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

Unified Diff: ash/common/system/tray/system_tray_notifier.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
« no previous file with comments | « ash/common/system/networking_config_delegate.h ('k') | ash/common/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_notifier.h
diff --git a/ash/common/system/tray/system_tray_notifier.h b/ash/common/system/tray/system_tray_notifier.h
index fe2b28c2b4826ce0ba1eec146169cc3993a6fd54..1b80a67a806e29d7b1ea8f34e67e63e7df049bee 100644
--- a/ash/common/system/tray/system_tray_notifier.h
+++ b/ash/common/system/tray/system_tray_notifier.h
@@ -95,7 +95,7 @@ class ASH_EXPORT SystemTrayNotifier {
NetworkPortalDetectorObserver* observer);
void RemoveNetworkPortalDetectorObserver(
NetworkPortalDetectorObserver* observer);
- void NotifyOnCaptivePortalDetected(const std::string& service_path);
+ void NotifyOnCaptivePortalDetected(const std::string& guid);
// Screen capture.
void AddScreenCaptureObserver(ScreenCaptureObserver* observer);
« no previous file with comments | « ash/common/system/networking_config_delegate.h ('k') | ash/common/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698