diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 19:59:06 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 19:59:06 +0000 |
commit | 6fe1a1310d47287d88e920c5cc54c3c2be3431d5 (patch) | |
tree | 17c884e3a9febf2ff4eb80e2c581dbd6d3435290 /chrome/common/chrome_switches.h | |
parent | 3354d3e0ebe826027b315011f24e4f661f25af17 (diff) | |
download | chromium_src-6fe1a1310d47287d88e920c5cc54c3c2be3431d5.zip chromium_src-6fe1a1310d47287d88e920c5cc54c3c2be3431d5.tar.gz chromium_src-6fe1a1310d47287d88e920c5cc54c3c2be3431d5.tar.bz2 |
Rip out the multiprofile implementation.
Requested by Ben. Never worked on linux or OSX and apparently broken on Windows. Removal of the multiprofile code will make switching out the old AppMenuModel with the new WrenchMenuModel trivial.
BUG=27177
TEST=none
Review URL: http://codereview.chromium.org/2736001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49440 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, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index e7d3ec2..57e6d15 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -123,7 +123,6 @@ extern const char kEnableSyncPreferences[]; extern const char kEnableSyncThemes[]; extern const char kEnableSyncTypedUrls[]; extern const char kEnableTouch[]; -extern const char kEnableUserDataDirProfiles[]; extern const char kEnableVerticalTabs[]; extern const char kEnableVideoLayering[]; extern const char kEnableVideoLogging[]; |