| 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;
|
|
|