| 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 558d739fef88ca3df3e29bc61b303f012b1109b3..83b62c9740b6ff4b62972d7c5675376ab7a252b2 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1453,6 +1453,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kDisableBundledPpapiFlash,
|
| switches::kDisableCastStreamingHWEncoding,
|
| switches::kDisableJavaScriptHarmonyShipping,
|
| + switches::kDisableNewBookmarkApps,
|
| switches::kDisableOutOfProcessPdf,
|
| switches::kEnableBenchmarking,
|
| switches::kEnableNaCl,
|
| @@ -1461,7 +1462,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kEnableNaClNonSfiMode,
|
| #endif
|
| switches::kEnableNetBenchmarking,
|
| - switches::kEnableNewBookmarkApps,
|
| switches::kEnableOutOfProcessPdf,
|
| switches::kEnablePluginPlaceholderShadowDom,
|
| switches::kEnableShowModalDialog,
|
|
|