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