Index: chrome/browser/extensions/extension_prefs.h |
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h |
index b48f6179d192ca1289da2c550a43224db1fb2a25..a8ebe7de0cfe0dcb4a2249a5c16ef3f154efc374 100644 |
--- a/chrome/browser/extensions/extension_prefs.h |
+++ b/chrome/browser/extensions/extension_prefs.h |
@@ -278,6 +278,7 @@ class ExtensionPrefs { |
// Sets a preference value that is controlled by the extension. In other |
// words, this is not a pref value *about* the extension but something |
// global the extension wants to override. |
+ // Takes ownership of |value|. |
void SetExtensionControlledPref(const std::string& extension_id, |
const std::string& pref_key, |
bool incognito, |