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