Index: chrome/service/service_process_prefs.h |
diff --git a/chrome/service/service_process_prefs.h b/chrome/service/service_process_prefs.h |
index d03fda931395ce73266f5773bb449f05d892636a..ef6d836e98276b271ce8801ca7c9f9ca918fa567 100644 |
--- a/chrome/service/service_process_prefs.h |
+++ b/chrome/service/service_process_prefs.h |
@@ -49,6 +49,9 @@ class ServiceProcessPrefs { |
// Returns a list for |key|. |
const base::ListValue* GetList(const std::string& key) const; |
+ // Set a |value| for |key|. |
+ void SetValue(const std::string& key, base::Value* value); |
+ |
// Removes the pref specified by |key|. |
void RemovePref(const std::string& key); |