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

Side by Side Diff: chrome/browser/defaults.h

Issue 1306173002: Set font size to 14 in location bar for material design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: padding Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | chrome/browser/ui/views/layout_constants.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines various defaults whose values varies depending upon the OS. 5 // Defines various defaults whose values varies depending upon the OS.
6 6
7 #ifndef CHROME_BROWSER_DEFAULTS_H_ 7 #ifndef CHROME_BROWSER_DEFAULTS_H_
8 #define CHROME_BROWSER_DEFAULTS_H_ 8 #define CHROME_BROWSER_DEFAULTS_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
11 #include "chrome/browser/prefs/session_startup_pref.h" 11 #include "chrome/browser/prefs/session_startup_pref.h"
12 #include "ui/base/resource/resource_bundle.h" 12 #include "ui/base/resource/resource_bundle.h"
13 13
14 namespace browser_defaults { 14 namespace browser_defaults {
15 15
16 // Size of the font used in the omnibox, in pixels.
17 extern const int kOmniboxFontPixelSize;
18
19 // Can the browser be alive without any browser windows? 16 // Can the browser be alive without any browser windows?
20 extern const bool kBrowserAliveWithNoWindows; 17 extern const bool kBrowserAliveWithNoWindows;
21 18
22 // Whether various menu items are shown. 19 // Whether various menu items are shown.
23 extern const bool kShowExitMenuItem; 20 extern const bool kShowExitMenuItem;
24 extern const bool kShowUpgradeMenuItem; 21 extern const bool kShowUpgradeMenuItem;
25 #if defined(GOOGLE_CHROME_BUILD) 22 #if defined(GOOGLE_CHROME_BUILD)
26 extern const bool kShowHelpMenuItemIcon; 23 extern const bool kShowHelpMenuItemIcon;
27 #endif 24 #endif
28 25
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 // Are bookmark enabled? True by default. 66 // Are bookmark enabled? True by default.
70 extern bool bookmarks_enabled; 67 extern bool bookmarks_enabled;
71 68
72 // Whether HelpApp is enabled. True by default. This is only used by Chrome OS 69 // Whether HelpApp is enabled. True by default. This is only used by Chrome OS
73 // today. 70 // today.
74 extern bool enable_help_app; 71 extern bool enable_help_app;
75 72
76 } // namespace browser_defaults 73 } // namespace browser_defaults
77 74
78 #endif // CHROME_BROWSER_DEFAULTS_H_ 75 #endif // CHROME_BROWSER_DEFAULTS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | chrome/browser/ui/views/layout_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698