diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-25 18:45:12 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-25 18:45:12 +0000 |
commit | d73c8ca8571d81706a5b8fa5e95e2a57d7f1961c (patch) | |
tree | 00314fa451430bec799b10b28057ba11d347debd /chrome/common/chrome_switches.h | |
parent | 57a5a442f487a7b338249ff0f1b88668bf982b6d (diff) | |
download | chromium_src-d73c8ca8571d81706a5b8fa5e95e2a57d7f1961c.zip chromium_src-d73c8ca8571d81706a5b8fa5e95e2a57d7f1961c.tar.gz chromium_src-d73c8ca8571d81706a5b8fa5e95e2a57d7f1961c.tar.bz2 |
Add a flag for the showing the Page Info dialog as a bubble. This adds stubs for all platforms.
BUG=52916
TEST=Compile. Page Info works as before.
Review URL: http://codereview.chromium.org/3175037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 46921a6..77b2070 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -135,6 +135,7 @@ extern const char kEnableMemoryInfo[]; extern const char kEnableMonitorProfile[]; extern const char kEnableNaCl[]; extern const char kEnableNativeWebWorkers[]; +extern const char kEnableNewPageInfoBubble[]; extern const char kEnablePreconnect[]; extern const char kEnablePreparsedJsCaching[]; extern const char kEnablePrintPreview[]; |