Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: chrome/browser/ui/startup/bad_flags_prompt.cc

Issue 236073004: Remove kEnableBrowserPluginForAllViewTypes flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/startup/bad_flags_prompt.cc
diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc
index 4236f62b5b7f76af63c20a1f61925826267eb26a..881dea66b3eefc166aafeaed941f61a2172e6129 100644
--- a/chrome/browser/ui/startup/bad_flags_prompt.cc
+++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
@@ -45,7 +45,6 @@ void ShowBadFlagsPrompt(Browser* browser) {
switches::kSingleProcess,
// These flags disable or undermine the Same Origin Policy.
- switches::kEnableBrowserPluginForAllViewTypes,
switches::kTrustedSpdyProxy,
translate::switches::kTranslateSecurityOrigin,

Powered by Google App Engine
This is Rietveld 408576698