| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index 512d0086ba0df42c9d68ae121a86183e9e810ed6..7dd6017a7fdee54983652a08dc1ff3dee65eaaf5 100644
|
| --- a/chrome/browser/extensions/webstore_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_installer.cc
|
| @@ -403,6 +403,7 @@ void WebstoreInstaller::OnExtensionWillBeInstalled(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| bool is_update,
|
| + bool from_ephemeral,
|
| const std::string& old_name) {
|
| CHECK(profile_->IsSameProfile(Profile::FromBrowserContext(browser_context)));
|
| if (pending_modules_.empty())
|
|
|