| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index 77487e9ad58722228c8b8a93209de9fb73aa2463..f7733c3023182e963c6e84fc2fdcbaebf71b982f 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -47,7 +47,9 @@ class ExtensionPrefs {
|
| void SetToolbarOrder(const std::vector<std::string>& extension_ids);
|
|
|
| // Called when an extension is installed, so that prefs get created.
|
| - void OnExtensionInstalled(Extension* extension);
|
| + void OnExtensionInstalled(Extension* extension,
|
| + Extension::State initial_state,
|
| + bool initial_incognito_enabled);
|
|
|
| // Called when an extension is uninstalled, so that prefs get cleaned up.
|
| void OnExtensionUninstalled(const std::string& extension_id,
|
|
|