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

Unified Diff: chrome/browser/defaults.h

Issue 15962013: Switch to using the same font in popup window address bars as for normal windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/defaults.h
===================================================================
--- chrome/browser/defaults.h (revision 202159)
+++ chrome/browser/defaults.h (working copy)
@@ -20,12 +20,9 @@
#endif
-// Size of the font used in the autocomplete box for normal windows, in pixels.
-extern const int kAutocompleteEditFontPixelSize;
+// Size of the font used in the omnibox, in pixels.
+extern const int kOmniboxFontPixelSize;
-// Size of the font used in the autocomplete box for popup windows, in pixels.
-extern const int kAutocompleteEditFontPixelSizeInPopup;
-
// Width of mini-tabs.
extern const int kMiniTabWidth;
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698