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 d4d08514e567a66cd9a41dd4d43f1568ba594715..e64ea5c82b8a4bc46a20a6420f6b26f7c41ce7b9 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1404,7 +1404,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
switches::kDisableBundledPpapiFlash, |
switches::kDisableCastStreamingHWEncoding, |
switches::kDisableJavaScriptHarmonyShipping, |
- switches::kDisableNewBookmarkApps, |
switches::kDisableOutOfProcessPdf, |
switches::kEnableBenchmarking, |
switches::kEnableNaCl, |
@@ -1413,6 +1412,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
switches::kEnableNaClNonSfiMode, |
#endif |
switches::kEnableNetBenchmarking, |
+ switches::kEnableNewBookmarkApps, |
switches::kEnableOutOfProcessPdf, |
switches::kEnablePluginPlaceholderShadowDom, |
switches::kEnableShowModalDialog, |