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

Unified Diff: chrome/browser/resources/security_warnings/ssl.js

Issue 480393002: Move the security interstitials into a single folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments Created 6 years, 4 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/resources/security_warnings/ssl.js
diff --git a/chrome/browser/resources/security_warnings/ssl.js b/chrome/browser/resources/security_warnings/ssl.js
new file mode 100644
index 0000000000000000000000000000000000000000..b85b762a8a27c5396f58ba38600f449e61ac216b
--- /dev/null
+++ b/chrome/browser/resources/security_warnings/ssl.js
@@ -0,0 +1,11 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Should match SSLBlockingPageCommands in ssl_blocking_page.cc.
+var CMD_DONT_PROCEED = 0;
+var CMD_PROCEED = 1;
+var CMD_MORE = 2;
+var CMD_RELOAD = 3;
+var CMD_HELP = 4;
+var CMD_CLOCK = 5;
« no previous file with comments | « chrome/browser/resources/security_warnings/safe_browsing.js ('k') | chrome/browser/resources/ssl/images/1x/brokenssl_red.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698