Index: chrome/browser/extensions/extension_prefs.h |
=================================================================== |
--- chrome/browser/extensions/extension_prefs.h (revision 32858) |
+++ chrome/browser/extensions/extension_prefs.h (working copy) |
@@ -79,7 +79,7 @@ |
void MakePathsAbsolute(DictionaryValue* dict); |
// Sets the pref |key| for extension |id| to |value|. |
- bool UpdateExtensionPref(const std::string& id, |
+ void UpdateExtensionPref(const std::string& id, |
const std::wstring& key, |
Value* value); |