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

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

Issue 8091002: PART2: Make SignedSettings use proper Value types instead of string all around the place. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and fixed an issue with user whitelist checks. Created 9 years, 2 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/proxy_cros_settings_provider.h
diff --git a/chrome/browser/chromeos/proxy_cros_settings_provider.h b/chrome/browser/chromeos/proxy_cros_settings_provider.h
index dab93dd745f8cdbd71ccf96cb8f59b41b4f5b125..85dd769d0c5a7d5e18b37b6a1b5ace17af47b39e 100644
--- a/chrome/browser/chromeos/proxy_cros_settings_provider.h
+++ b/chrome/browser/chromeos/proxy_cros_settings_provider.h
@@ -41,7 +41,8 @@ class ProxyCrosSettingsProvider : public CrosSettingsProvider {
private:
// CrosSettingsProvider implementation.
- virtual void DoSet(const std::string& path, Value* value) OVERRIDE;
+ virtual void DoSet(const std::string& path,
+ const base::Value& value) OVERRIDE;
chromeos::ProxyConfigServiceImpl* GetConfigService() const;

Powered by Google App Engine
This is Rietveld 408576698