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

Unified Diff: chrome/browser/chromeos/customization_document_unittest.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/customization_document_unittest.cc
diff --git a/chrome/browser/chromeos/customization_document_unittest.cc b/chrome/browser/chromeos/customization_document_unittest.cc
index 1760fe5395a034f1c82cf593bfb163ddd60d1359..64741643ef0fff33eb38fab7c4ad877a2e402aaf 100644
--- a/chrome/browser/chromeos/customization_document_unittest.cc
+++ b/chrome/browser/chromeos/customization_document_unittest.cc
@@ -235,6 +235,7 @@ class ServicesCustomizationDocumentTest : public testing::Test {
online_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE;
online_state.response_code = 204;
network_portal_detector_.SetDefaultNetworkPathForTesting(
+ kStubEthernetServicePath,
kStubEthernetServicePath);
stevenjb 2014/06/06 21:43:49 /* guid */ (here and elsewhere)
tbarzic 2014/06/06 22:00:41 Done.
network_portal_detector_.SetDetectionResultsForTesting(
kStubEthernetServicePath, online_state);

Powered by Google App Engine
This is Rietveld 408576698