summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-20 21:38:29 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-20 21:38:29 +0000
commit8e261756c62de3737c5dc9b9418857e2b58a7618 (patch)
tree7f531ce7155a09f517c21c7e1f9eb95240465216 /chrome/common/chrome_switches.h
parent2756834856ac17385e6f690f5c73361a877c668d (diff)
downloadchromium_src-8e261756c62de3737c5dc9b9418857e2b58a7618.zip
chromium_src-8e261756c62de3737c5dc9b9418857e2b58a7618.tar.gz
chromium_src-8e261756c62de3737c5dc9b9418857e2b58a7618.tar.bz2
Adds a bookmark menu. This is experimental. To turn on you need
--bookmark-menu. BUG=3206 TEST=Turn on the bookmark menu via --bookmark-menu and make sure it works. Also make sure I didn't break anything on the bookmark bar. Review URL: http://codereview.chromium.org/42460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index a958bc9..c8105e2 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -159,6 +159,8 @@ extern const wchar_t kEnableWebWorkers[];
extern const wchar_t kViewsGtk[];
+extern const wchar_t kBookmarkMenu[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H__