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

Unified Diff: chrome/browser/chromeos/ui_proxy_config_service.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: chrome/browser/chromeos/ui_proxy_config_service.h
diff --git a/chrome/browser/chromeos/ui_proxy_config_service.h b/chrome/browser/chromeos/ui_proxy_config_service.h
index e246704dd3eecd05b6ada305c5b1d7ef949f8f3f..a85e1c3595b3c032bae968d93da0cd21cf757c57 100644
--- a/chrome/browser/chromeos/ui_proxy_config_service.h
+++ b/chrome/browser/chromeos/ui_proxy_config_service.h
@@ -34,10 +34,10 @@ class UIProxyConfigService {
// shared settings.
void SetPrefs(PrefService* profile_prefs, PrefService* local_state_prefs);
- // Called by UI to set the network with service path |current_network| to be
+ // Called by UI to set the network with GUID |current_guid| to be
// displayed or edited. Subsequent Set*/Get* methods will use this
// network, until this method is called again.
- void SetCurrentNetwork(const std::string& current_network);
+ void SetCurrentNetworkGuid(const std::string& current_guid);
void UpdateFromPrefs();
@@ -57,9 +57,9 @@ class UIProxyConfigService {
// hence, not picked up by observers.
void DetermineEffectiveConfig(const NetworkState& network);
- // Service path of network whose proxy configuration is being displayed or
+ // GUID of network whose proxy configuration is being displayed or
// edited via UI.
- std::string current_ui_network_;
+ std::string current_ui_network_guid_;
// Proxy configuration of |current_ui_network_|.
UIProxyConfig current_ui_config_;
« no previous file with comments | « chrome/browser/chromeos/status/data_promo_notification.cc ('k') | chrome/browser/chromeos/ui_proxy_config_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698