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

Unified Diff: chrome/browser/ssl/captive_portal_blocking_page.h

Issue 1189413003: Added CaptivePortal Interstitial to chrome://interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some style changes Created 5 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/ssl/captive_portal_blocking_page.h
diff --git a/chrome/browser/ssl/captive_portal_blocking_page.h b/chrome/browser/ssl/captive_portal_blocking_page.h
index 1fe4bf1c155e22567b5f20f5c8d9e366882877a2..089a9a1b9f7beec93c6d880e4efd23a61126a7a7 100644
--- a/chrome/browser/ssl/captive_portal_blocking_page.h
+++ b/chrome/browser/ssl/captive_portal_blocking_page.h
@@ -57,7 +57,8 @@ class CaptivePortalBlockingPage : public SecurityInterstitialPage {
// SecurityInterstitialPage method:
const void* GetTypeForTesting() const override;
- void SetDelegateForTesting(Delegate* delegate) { delegate_.reset(delegate); }
+ // Should only used for testing and chrome://interstitials page
meacer 2015/06/19 22:50:37 "Should only be used". Add a period at the end of
Bhanu Dev 2015/06/19 23:21:33 Done.
+ void SetDelegate(Delegate* delegate) { delegate_.reset(delegate); }
protected:
// SecurityInterstitialPage methods:

Powered by Google App Engine
This is Rietveld 408576698