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

Unified Diff: ash/common/system/chromeos/network/tray_network.h

Issue 2698473007: Convert path usage in NetworkListViewBase subclasses to use guids. (Closed)
Patch Set: Tweak NetworkPortalNotificationControllerTest to create GUIDs for new NetworkStates. Created 3 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: ash/common/system/chromeos/network/tray_network.h
diff --git a/ash/common/system/chromeos/network/tray_network.h b/ash/common/system/chromeos/network/tray_network.h
index 97f6cc302b2442d89b540c8316c855da4032529d..34a4284c8a63420807bf43e73e8578672a60046a 100644
--- a/ash/common/system/chromeos/network/tray_network.h
+++ b/ash/common/system/chromeos/network/tray_network.h
@@ -46,7 +46,7 @@ class TrayNetwork : public SystemTrayItem,
void RequestToggleWifi() override;
// NetworkPortalDetectorObserver
- void OnCaptivePortalDetected(const std::string& service_path) override;
+ void OnCaptivePortalDetected(const std::string& guid) override;
// TrayNetworkStateObserver::Delegate
void NetworkStateChanged() override;

Powered by Google App Engine
This is Rietveld 408576698