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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 983823002: Use GUID instead of servicePath in network settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430115_internet_options_enable_extension_apis
Patch Set: Use guid instead of service_path for proxy prefs Created 5 years, 9 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/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 6cfd1c5ce9dc0d48029cf1c309d61d1407703b3e..21582f10170553e176ac868bb7c0d3b3c9eabdaa 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -181,9 +181,9 @@ class ASH_EXPORT SystemTrayDelegate {
// Shows the dialog to set system time, date, and timezone.
virtual void ShowSetTimeDialog();
- // Shows the settings related to network. If |service_path| is not empty,
- // show the settings for that network.
- virtual void ShowNetworkSettings(const std::string& service_path);
+ // Shows the settings related to network. If |guid| is not empty,
+ // show the settings for the corresponding network.
+ virtual void ShowNetworkSettingsForGuid(const std::string& guid);
// Shows the settings related to bluetooth.
virtual void ShowBluetoothSettings();
« no previous file with comments | « ash/system/chromeos/network/network_state_list_detailed_view.cc ('k') | ash/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698