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

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

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated based on design doc discussion Created 4 years, 11 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 158802947cca1b07f1c3786b0e044a7f17432b9f..888552d39fc57eec3cf528e8a0aa19a2c18312b7 100644
--- a/chrome/browser/ui/startup/bad_flags_prompt.cc
+++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
@@ -53,8 +53,6 @@ void ShowBadFlagsPrompt(Browser* browser) {
switches::kNoSandbox,
switches::kSingleProcess,
- // These flags disable or undermine the Same Origin Policy.
- switches::kTrustedSpdyProxy,
translate::switches::kTranslateSecurityOrigin,
// These flags undermine HTTPS / connection security.

Powered by Google App Engine
This is Rietveld 408576698