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

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: Fix trybot errors (memory leak + unused code) 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/athena/resources/athena_resources.h b/chrome/browser/resources/security_warnings/captive_portal.js
similarity index 74%
copy from athena/resources/athena_resources.h
copy to chrome/browser/resources/security_warnings/captive_portal.js
index 00a26565b45bde883d00b84b505c98a99825f73d..2c7c460b89602bbaad56cbc9faa87498c9f3404c 100644
--- a/athena/resources/athena_resources.h
+++ 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.
-#include "ash/resources/grit/ash_resources.h"
+var CAPTIVEPORTAL_CMD_OPEN_LOGIN_PAGE = 'openLoginPage';

Powered by Google App Engine
This is Rietveld 408576698