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

Unified Diff: chrome/browser/captive_portal/captive_portal_service.h

Issue 10020051: Open a login tab on captive portal detection on SSL loads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix typo in comment, forward declare CaptivePortalTabReloader in the TabHelper Created 8 years, 6 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/captive_portal/captive_portal_service.h
===================================================================
--- chrome/browser/captive_portal/captive_portal_service.h (revision 142108)
+++ chrome/browser/captive_portal/captive_portal_service.h (working copy)
@@ -79,6 +79,7 @@
private:
friend class CaptivePortalServiceTest;
+ friend class CaptivePortalBrowserTest;
// Subclass of BackoffEntry that uses the CaptivePortalService's
// GetCurrentTime function, for unit testing.
@@ -167,6 +168,8 @@
RecheckPolicy& recheck_policy() { return recheck_policy_; }
+ void set_test_url(const GURL& test_url) { test_url_ = test_url; }
+
// The profile that owns this CaptivePortalService.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698