| Index: chrome/browser/extensions/extension_prefs.h | 
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h | 
| index 9a8cdac9381fedf18e7f3f4b7c501d77912c5b38..090fcf52ccc8a10394ce70923cb168d0dd5cc3fa 100644 | 
| --- a/chrome/browser/extensions/extension_prefs.h | 
| +++ b/chrome/browser/extensions/extension_prefs.h | 
| @@ -270,6 +270,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, | 
|  |