summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 01:13:37 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 01:13:37 +0000
commitfee8f0222a5f2a377ba5d7f2d3383481c02eafac (patch)
tree0542f26a1076b07d0857298b7a9fc694a61422cb /chrome/common/pref_names.h
parent8fa18a33d2dee21f748139ef503d08ebb4b706af (diff)
downloadchromium_src-fee8f0222a5f2a377ba5d7f2d3383481c02eafac.zip
chromium_src-fee8f0222a5f2a377ba5d7f2d3383481c02eafac.tar.gz
chromium_src-fee8f0222a5f2a377ba5d7f2d3383481c02eafac.tar.bz2
Add a pref for the number of showing icons in the browser actions toolbar.
Also fix some issues on GTK concerning the proper behavior when adding/removing browser actions (container sizing + chevron visibility). Windows uses a different pref (kBrowserActionContainerWidth), which is measured in pixels; it should be migrated to the new pref. Also, register extension prefs during startup. BUG=32101 TEST=manual Review URL: http://codereview.chromium.org/841007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index f8b49e1..240e401 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -109,6 +109,7 @@ extern const wchar_t kCurrentThemeColors[];
extern const wchar_t kCurrentThemeTints[];
extern const wchar_t kCurrentThemeDisplayProperties[];
extern const wchar_t kExtensionsUIDeveloperMode[];
+extern const wchar_t kExtensionToolbarSize[];
extern const wchar_t kCheckDefaultBrowser[];
#if defined(OS_MACOSX)
extern const wchar_t kShowUpdatePromotionInfoBar[];