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

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: Stop the timer at the right place Created 6 years, 1 month 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/chromeos/chromevox/chromevox/background/options_loader.js b/chrome/browser/resources/security_warnings/captive_portal.js
similarity index 54%
copy from chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
copy to chrome/browser/resources/security_warnings/captive_portal.js
index ec7999afeabaac98adb6ad748c24277504461b4a..d43369b808bd7d17d3cb7521f3c99948186191b3 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
+++ b/chrome/browser/resources/security_warnings/captive_portal.js
@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-/**
- * @fileoverview Loads the options script.
- *
- */
-
-goog.require('cvox.OptionsPage');
+// 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