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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1124173007: Fix typo in --unsafely-treat-insecure-origin-as-secure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « chrome/common/chrome_switches.h ('k') | chrome/common/secure_origin_whitelist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 86f222f0893676f63f63ff1c12cb04ce3cc62195..01a0b3e993f68070c74a3c720aa7de392a1df348 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1101,10 +1101,10 @@ const char kUnlimitedStorage[] = "unlimited-storage";
// Treat given (insecure) origins as secure origins. Multiple origins can be
// supplied. Has no effect unless --user-data-dir is also supplied.
// Example:
-// --unsafety-treat-insecure-origin-as-secure=http://a.test,http://b.test
+// --unsafely-treat-insecure-origin-as-secure=http://a.test,http://b.test
// --user-data-dir=/test/only/profile/dir
-const char kUnsafetyTreatInsecureOriginAsSecure[] =
- "unsafety-treat-insecure-origin-as-secure";
+const char kUnsafelyTreatInsecureOriginAsSecure[] =
+ "unsafely-treat-insecure-origin-as-secure";
// Uses Spdy for the transport protocol instead of HTTP. This is a temporary
// testing flag.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/secure_origin_whitelist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698