| Index: extensions/browser/state_store.cc
|
| diff --git a/extensions/browser/state_store.cc b/extensions/browser/state_store.cc
|
| index 4a04d3a9bd3a531aa01bfda4b8b646a9ddccf9e5..da65fd737497f1029cb24fa6132609d5f5d0c247 100644
|
| --- a/extensions/browser/state_store.cc
|
| +++ b/extensions/browser/state_store.cc
|
| @@ -149,7 +149,6 @@ void StateStore::OnExtensionWillBeInstalled(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| bool is_update,
|
| - bool from_ephemeral,
|
| const std::string& old_name) {
|
| RemoveKeysForExtension(extension->id());
|
| }
|
|
|