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

Unified Diff: base/base_switches.cc

Issue 14444: Comments and white space changes requested by Wan-Teh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years 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 | net/url_request/url_request_http_job.cc » ('j') | net/url_request/url_request_http_job.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_switches.cc
===================================================================
--- base/base_switches.cc (revision 6979)
+++ base/base_switches.cc (working copy)
@@ -31,6 +31,13 @@
const wchar_t kEnableDCHECK[] = L"enable-dcheck";
// Refuse to make HTTP connections and refuse to accept certificate errors.
+// For more information about the design of this feature, please see
+//
+// ForceHTTPS: Protecting High-Security Web Sites from Network Attacks
+// Collin Jackson and Adam Barth
+// In Proc. of the 17th International World Wide Web Conference (WWW 2008)
+//
+// Available at http://www.adambarth.com/papers/2008/jackson-barth.pdf
const wchar_t kForceHTTPS[] = L"force-https";
} // namespace switches
« no previous file with comments | « no previous file | net/url_request/url_request_http_job.cc » ('j') | net/url_request/url_request_http_job.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698