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

Unified Diff: chrome/browser/chromeos/login/test/oobe_base_test.cc

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/login/test/oobe_base_test.cc
diff --git a/chrome/browser/chromeos/login/test/oobe_base_test.cc b/chrome/browser/chromeos/login/test/oobe_base_test.cc
index 5ae1255bcb5e66a21b96b169aa34d2636855ae1c..583a3eb9008a1df86406f68fe15c58ea31691e2e 100644
--- a/chrome/browser/chromeos/login/test/oobe_base_test.cc
+++ b/chrome/browser/chromeos/login/test/oobe_base_test.cc
@@ -58,7 +58,8 @@ void OobeBaseTest::SetUpInProcessBrowserTestFixture() {
network_portal_detector_ = new NetworkPortalDetectorTestImpl();
NetworkPortalDetector::InitializeForTesting(network_portal_detector_);
network_portal_detector_->SetDefaultNetworkPathForTesting(
- FakeShillManagerClient::kFakeEthernetNetworkPath);
+ FakeShillManagerClient::kFakeEthernetNetworkPath,
+ FakeShillManagerClient::kFakeEthernetNetworkPath /* guid */);
ExtensionApiTest::SetUpInProcessBrowserTestFixture();
}

Powered by Google App Engine
This is Rietveld 408576698