| 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 6f7edfe1c0f1119e2f98e9f253540ca890e5a2a9..8e01b1f5a554477312f3c2803685901f8b3c0e14 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -958,7 +958,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kDisableScriptedPrintThrottling,
|
| switches::kDumpHistogramsOnExit,
|
| switches::kEnableBenchmarking,
|
| - switches::kEnableBundledPpapiFlash,
|
| switches::kEnableCrxlessWebApps,
|
| switches::kEnableExperimentalExtensionApis,
|
| switches::kEnableIPCFuzzing,
|
| @@ -1014,7 +1013,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kUserDataDir, // Make logs go to the right file.
|
| // Load (in-process) Pepper plugins in-process in the zygote pre-sandbox.
|
| switches::kDisableBundledPpapiFlash,
|
| - switches::kEnableBundledPpapiFlash,
|
| switches::kPpapiFlashInProcess,
|
| switches::kPpapiFlashPath,
|
| switches::kPpapiFlashVersion,
|
|
|