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