| 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;
|
|
|
|
|