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

Unified Diff: chrome/browser/defaults.h

Issue 7044121: Use large bold font for associated network on touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change constant name to end in ...Style. Created 9 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
« no previous file with comments | « chrome/browser/chromeos/status/network_menu.cc ('k') | 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
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index 952d1ac4e85d4acd984863de1e601c29e430930a..4aee909c44152a9b928cbef7ae79fc6d151ba35c 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -10,6 +10,7 @@
#include "build/build_config.h"
#include "chrome/browser/prefs/session_startup_pref.h"
+#include "ui/base/resource/resource_bundle.h"
namespace browser_defaults {
@@ -87,6 +88,9 @@ extern bool enable_help_app;
extern const int kBookmarkBarHeight;
extern const int kNewtabBookmarkBarHeight;
+// ChromiumOS network menu font
+extern const ui::ResourceBundle::FontStyle kAssociatedNetworkFontStyle;
+
} // namespace browser_defaults
#endif // CHROME_BROWSER_DEFAULTS_H_
« no previous file with comments | « chrome/browser/chromeos/status/network_menu.cc ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698