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