diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 05:38:11 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 05:38:11 +0000 |
commit | 1c0b3147ef6a6b8b81bb9feb51237dba5319237d (patch) | |
tree | d436f72d54511d608f99b94c9372f79fa6b932d0 /chrome/common | |
parent | 7c37377a717a32501b8c07406a6ad8a0b7229240 (diff) | |
download | chromium_src-1c0b3147ef6a6b8b81bb9feb51237dba5319237d.zip chromium_src-1c0b3147ef6a6b8b81bb9feb51237dba5319237d.tar.gz chromium_src-1c0b3147ef6a6b8b81bb9feb51237dba5319237d.tar.bz2 |
Remove --enable-chat-manager and copy step for chat_manager.
BUG=none
TEST=--enable-chat-manager no longer runs the chat_manager component extension.
Review URL: http://codereview.chromium.org/2833031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index c6bb2fe..9382c81 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -877,9 +877,6 @@ const char kZygoteCmdPrefix[] = "zygote-cmd-prefix"; const char kZygoteProcess[] = "zygote"; #if defined(OS_CHROMEOS) -// Enables the chat manager component extension. -const char kEnableChatManager[] = "enable-chat-manager"; - // Enable the redirection of viewable document requests to the Google // Document Viewer. const char kEnableGView[] = "enable-gview"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 6aa3b40..75df247 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -249,7 +249,6 @@ extern const char kZygoteCmdPrefix[]; extern const char kZygoteProcess[]; #if defined(OS_CHROMEOS) -extern const char kEnableChatManager[]; extern const char kEnableGView[]; extern const char kEnableLoginImages[]; extern const char kLoginManager[]; |