hover-status-full-url.patch 410 B

12345678910111213
  1. ## Always show the full URL in the status bubble when hovering links
  2. --- a/chrome/browser/ui/status_bubble.h
  3. +++ b/chrome/browser/ui/status_bubble.h
  4. @@ -18,7 +18,7 @@ class GURL;
  5. class StatusBubble {
  6. public:
  7. // On hover, expand status bubble to fit long URL after this delay.
  8. - static const int kExpandHoverDelayMS = 1600;
  9. + static const int kExpandHoverDelayMS = 0;
  10. virtual ~StatusBubble() {}