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

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

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests fixed. Created 5 years, 10 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 033d3258b18975aa4defe9ceb33be8e06abdedcf..70ecf1c7d306ffcd5544ba2187ff64d79549326f 100644
--- a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
+++ b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
@@ -37,6 +37,7 @@ class NetworkPortalDetectorTestImpl : public NetworkPortalDetector {
bool StartDetectionIfIdle() override;
void SetStrategy(PortalDetectorStrategy::StrategyId id) override;
+ void OnLockScreenRequest() override;
PortalDetectorStrategy::StrategyId strategy_id() const {
return strategy_id_;

Powered by Google App Engine
This is Rietveld 408576698