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.cc | |
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.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index d06a4e8..ec965ca 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -837,6 +837,9 @@ const char kMetricsRecordingOnly[] = "metrics-recording-only"; // The minimum version of Flash that implements the NPP_ClearSiteData API. const char kMinClearSiteDataFlashVersion[] = "min-clearsitedata-flash-version"; +// Enables multiprofile Chrome. +const char kMultiProfiles[] = "multi-profiles"; + // Sets the default IP address (interface) for the stub (normally 127.0.0.1). const char kNaClDebugIP[] = "nacl-debug-ip"; |