diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 21:27:11 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 21:27:11 +0000 |
commit | 4f6e87b9b51b050d45eb2f1175f80de94dd5892b (patch) | |
tree | cba0f8660141c1c01a9415801a61d652cab3e1bb /chrome/common/chrome_switches.h | |
parent | 01e9ffa3e5962fee4e07ec7ff82eca32348a0416 (diff) | |
download | chromium_src-4f6e87b9b51b050d45eb2f1175f80de94dd5892b.zip chromium_src-4f6e87b9b51b050d45eb2f1175f80de94dd5892b.tar.gz chromium_src-4f6e87b9b51b050d45eb2f1175f80de94dd5892b.tar.bz2 |
Flag to trigger multi-profile feature.
BUG=74731
TEST=none
Review URL: http://codereview.chromium.org/6606020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76615 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 e12be32..0f2afed 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -239,6 +239,7 @@ extern const char kMemoryProfiling[]; extern const char kMessageLoopHistogrammer[]; extern const char kMetricsRecordingOnly[]; extern const char kMinClearSiteDataFlashVersion[]; +extern const char kMultiProfiles[]; extern const char kNaClDebugIP[]; extern const char kNaClDebugPorts[]; extern const char kNaClBrokerProcess[]; |