Index: chrome/browser/renderer_host/browser_render_process_host.cc |
=================================================================== |
--- chrome/browser/renderer_host/browser_render_process_host.cc (revision 72249) |
+++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy) |
@@ -732,6 +732,7 @@ |
switches::kEnableCrxlessWebApps, |
switches::kDisable3DAPIs, |
switches::kEnableInBrowserThumbnailing, |
+ switches::kAlwaysAuthorizePlugins, |
}; |
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, |
arraysize(kSwitchNames)); |