| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 5f5dd21b0228d38f4ac6d420ebf15a91b24423e1..d811568fd75ec341187cc5f13ce896f05f9a26e0 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -340,7 +340,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kEnableInBrowserThumbnailing,
|
| switches::kEnableIPCFuzzing,
|
| switches::kEnableNaCl,
|
| - switches::kEnableRemoting,
|
| switches::kEnableResourceContentSettings,
|
| switches::kEnableSearchProviderApiV2,
|
| switches::kEnableWatchdog,
|
| @@ -378,7 +377,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| arraysize(kSwitchNames));
|
| } else if (process_type == switches::kZygoteProcess) {
|
| static const char* const kSwitchNames[] = {
|
| - switches::kEnableRemoting,
|
| switches::kUserDataDir, // Make logs go to the right file.
|
| // Load (in-process) Pepper plugins in-process in the zygote pre-sandbox.
|
| switches::kPpapiFlashInProcess,
|
|
|