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

Unified Diff: chrome/browser/chromeos/proxy_cros_settings_parser.h

Issue 2446893008: NetworkHandler: Add ui_proxy_config_service (Closed)
Patch Set: Add NetworkHandler::ShutdownPrefServices Created 4 years, 1 month 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/proxy_cros_settings_parser.h
diff --git a/chrome/browser/chromeos/proxy_cros_settings_parser.h b/chrome/browser/chromeos/proxy_cros_settings_parser.h
index fcabd021962f1a5e242891534d0bdad5aafea877..7d79156f82e75e8b6838e034b688cf8d11686748 100644
--- a/chrome/browser/chromeos/proxy_cros_settings_parser.h
+++ b/chrome/browser/chromeos/proxy_cros_settings_parser.h
@@ -46,13 +46,15 @@ extern const size_t kProxySettingsCount;
bool IsProxyPref(const std::string& path);
// Sets a value in the current proxy configuration on the specified profile.
-void SetProxyPrefValue(const std::string& path,
+void SetProxyPrefValue(const std::string& network_guid,
+ const std::string& path,
const base::Value* in_value,
UIProxyConfigService* config_service);
// Gets a value from the current proxy configuration on the specified profile.
-bool GetProxyPrefValue(const UIProxyConfigService& config_service,
+bool GetProxyPrefValue(const std::string& network_guid,
const std::string& path,
+ UIProxyConfigService* config_service,
base::Value** out_value);
} // namespace proxy_cros_settings_parser

Powered by Google App Engine
This is Rietveld 408576698