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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2955803002: Propogate kUnsafelyTreatInsecureOriginAsSecure flag to the zygote process (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f6c6bcb9006ffd6cf454c2dcf956e7b021b1372e..514f7a898ce4bbe5e908e46bcdb413ea78d4df2d 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1897,6 +1897,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
#endif
switches::kPpapiFlashPath,
switches::kPpapiFlashVersion,
+ switches::kUnsafelyTreatInsecureOriginAsSecure,
};
command_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698