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

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

Issue 320063002: NetworkingPrivate API events should supply list of GUIDs, not service paths (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 a176ba2b9701d096b2b33dd1b6b22ccb9fe76fd8..9cbb45ab978ed83521d2edb796c59d85aaab859a 100644
--- a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
+++ b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
@@ -21,7 +21,8 @@ class NetworkPortalDetectorTestImpl : public NetworkPortalDetector {
NetworkPortalDetectorTestImpl();
virtual ~NetworkPortalDetectorTestImpl();
- void SetDefaultNetworkPathForTesting(const std::string& service_path);
+ void SetDefaultNetworkPathForTesting(const std::string& service_path,
+ const std::string& guid);
void SetDetectionResultsForTesting(const std::string& service_path,
const CaptivePortalState& state);
void NotifyObserversForTesting();

Powered by Google App Engine
This is Rietveld 408576698