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

Unified Diff: chrome/browser/chromeos/net/network_portal_detector_test_impl.h

Issue 183973029: Refactoring of the NetworkPortalDetector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes. Created 6 years, 9 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/chromeos/net/network_portal_detector_test_impl.h
diff --git a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
index 6c27d1e8f1f4da0ba53ae4fdbe67649f254f7be8..cebcc426b86f9cd11efdd661f937d91d1d060299 100644
--- a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
+++ b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
@@ -35,8 +35,8 @@ class NetworkPortalDetectorTestImpl : public NetworkPortalDetector {
virtual bool IsEnabled() OVERRIDE;
virtual void Enable(bool start_detection) OVERRIDE;
virtual bool StartDetectionIfIdle() OVERRIDE;
- virtual void EnableLazyDetection() OVERRIDE;
- virtual void DisableLazyDetection() OVERRIDE;
+ virtual void EnableErrorScreenStrategy() OVERRIDE;
+ virtual void DisableErrorScreenStrategy() OVERRIDE;
private:
typedef std::string NetworkId;

Powered by Google App Engine
This is Rietveld 408576698