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

Unified Diff: chrome/browser/chromeos/user_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/user_cros_settings_provider.h
diff --git a/chrome/browser/chromeos/user_cros_settings_provider.h b/chrome/browser/chromeos/user_cros_settings_provider.h
index 6c55e21b0f887a05a1206f61d925079982efc67f..91d732493a8e5d3f4af4e29da3498d33df06d020 100644
--- a/chrome/browser/chromeos/user_cros_settings_provider.h
+++ b/chrome/browser/chromeos/user_cros_settings_provider.h
@@ -50,7 +50,8 @@ class UserCrosSettingsProvider : public CrosSettingsProvider {
private:
// CrosSettingsProvider implementation.
- virtual void DoSet(const std::string& path, base::Value* value) OVERRIDE;
+ virtual void DoSet(const std::string& path,
+ const base::Value& value) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(UserCrosSettingsProvider);
};

Powered by Google App Engine
This is Rietveld 408576698