summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorsievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 23:13:21 +0000
committersievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 23:13:21 +0000
commite21bde6a2b38140b9ca6b7698a29c42f5499c3e2 (patch)
tree11c864ca2399b8e3577f9db12287cdcff6e71c45 /content
parent5cff67912cb3842ff56a0a36d1d86e3d3c235dc8 (diff)
downloadchromium_src-e21bde6a2b38140b9ca6b7698a29c42f5499c3e2.zip
chromium_src-e21bde6a2b38140b9ca6b7698a29c42f5499c3e2.tar.gz
chromium_src-e21bde6a2b38140b9ca6b7698a29c42f5499c3e2.tar.bz2
Android: Remove another obsolete cmdline
NOTRY=True Review URL: https://codereview.chromium.org/249713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/shell/browser/shell_browser_main_parts.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/shell/browser/shell_browser_main_parts.cc b/content/shell/browser/shell_browser_main_parts.cc
index a15bb56..d5cbed5 100644
--- a/content/shell/browser/shell_browser_main_parts.cc
+++ b/content/shell/browser/shell_browser_main_parts.cc
@@ -11,7 +11,6 @@
#include "base/message_loop/message_loop.h"
#include "base/threading/thread.h"
#include "base/threading/thread_restrictions.h"
-#include "cc/base/switches.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/storage_partition.h"
#include "content/public/common/content_switches.h"
@@ -115,9 +114,6 @@ void ShellBrowserMainParts::PreEarlyInitialization() {
#if defined(OS_ANDROID)
net::NetworkChangeNotifier::SetFactory(
new net::NetworkChangeNotifierFactoryAndroid());
-
- CommandLine::ForCurrentProcess()->AppendSwitch(
- cc::switches::kCompositeToMailbox);
#endif
}