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

Unified Diff: chrome/browser/chromeos/net/network_portal_detector.cc

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.cc
diff --git a/chrome/browser/chromeos/net/network_portal_detector.cc b/chrome/browser/chromeos/net/network_portal_detector.cc
index c2711d388e91edf7f93ee3e41eca8e769b7cb4d3..3f36501c232e517827423077ba4550599c3734bd 100644
--- a/chrome/browser/chromeos/net/network_portal_detector.cc
+++ b/chrome/browser/chromeos/net/network_portal_detector.cc
@@ -48,8 +48,8 @@ class NetworkPortalDetectorStubImpl : public NetworkPortalDetector {
virtual bool IsEnabled() OVERRIDE { return false; }
virtual void Enable(bool /* start_detection */) OVERRIDE {}
virtual bool StartDetectionIfIdle() OVERRIDE { return false; }
- virtual void EnableLazyDetection() OVERRIDE {}
- virtual void DisableLazyDetection() OVERRIDE {}
+ virtual void EnableErrorScreenStrategy() OVERRIDE {}
+ virtual void DisableErrorScreenStrategy() OVERRIDE {}
};
} // namespace
« no previous file with comments | « chrome/browser/chromeos/net/network_portal_detector.h ('k') | chrome/browser/chromeos/net/network_portal_detector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698