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

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

Issue 318213002: Add custom interstitial for captive portals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove notification, add observer for SSLErrorHandler timer. Created 6 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
Index: chrome/browser/resources/security_warnings/captive_portal.js
diff --git a/chrome/test/data/extensions/api_test/extension_options/close_self/options.js b/chrome/browser/resources/security_warnings/captive_portal.js
similarity index 74%
copy from chrome/test/data/extensions/api_test/extension_options/close_self/options.js
copy to chrome/browser/resources/security_warnings/captive_portal.js
index d38d0a72a15cbe8162450011618cf80505685126..2c7c460b89602bbaad56cbc9faa87498c9f3404c 100644
--- a/chrome/test/data/extensions/api_test/extension_options/close_self/options.js
+++ b/chrome/browser/resources/security_warnings/captive_portal.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-window.close();
+var CAPTIVEPORTAL_CMD_OPEN_LOGIN_PAGE = 'openLoginPage';

Powered by Google App Engine
This is Rietveld 408576698