Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: chrome/browser/views/bubble_border.h

Issue 2721009: Fix up the Windows omnibox after the recent endcap removal. This fixes most ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/views/bubble_border.h
===================================================================
--- chrome/browser/views/bubble_border.h (revision 49713)
+++ chrome/browser/views/bubble_border.h (working copy)
@@ -28,8 +28,8 @@
RIGHT_TOP = 5,
LEFT_BOTTOM = 6,
RIGHT_BOTTOM = 7,
- NONE = 8, // No arrow and top border. Aligned under the supplied rect.
- FLOAT = 9 // No arrow but has top edge. Centered over the supplied rect.
+ NONE = 8, // No arrow. Positioned under the supplied rect.
+ FLOAT = 9 // No arrow. Centered over the supplied rect.
};
explicit BubbleBorder(ArrowLocation arrow_location)

Powered by Google App Engine
This is Rietveld 408576698