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

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 unnecessary change Created 6 years, 2 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/captive_portal.js
diff --git a/chrome/browser/resources/security_warnings/captive_portal.js b/chrome/browser/resources/security_warnings/captive_portal.js
new file mode 100644
index 0000000000000000000000000000000000000000..d43369b808bd7d17d3cb7521f3c99948186191b3
--- /dev/null
+++ b/chrome/browser/resources/security_warnings/captive_portal.js
@@ -0,0 +1,7 @@
+// Copyright 2014 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.
+
+// There is a single event for the captive portal interstitial, so any value
+// should work.
+var CAPTIVEPORTAL_CMD_OPEN_LOGIN_PAGE = 1;

Powered by Google App Engine
This is Rietveld 408576698