| Index: chrome/browser/extensions/webstore_standalone_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| index ac7f2f227c50f0000d7fea7148f56978fd1e499d..6a3f75390356ea35afc0d4518da1dd578284903e 100644
|
| --- a/chrome/browser/extensions/webstore_standalone_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| @@ -173,8 +173,7 @@ WebstoreStandaloneInstaller::CreateApproval() const {
|
| std::unique_ptr<WebstoreInstaller::Approval> approval(
|
| WebstoreInstaller::Approval::CreateWithNoInstallPrompt(
|
| profile_, id_,
|
| - std::unique_ptr<base::DictionaryValue>(manifest_.get()->DeepCopy()),
|
| - true));
|
| + std::unique_ptr<base::DictionaryValue>(manifest_->DeepCopy()), true));
|
| approval->skip_post_install_ui = !ShouldShowPostInstallUI();
|
| approval->use_app_installed_bubble = ShouldShowAppInstalledBubble();
|
| approval->installing_icon = gfx::ImageSkia::CreateFrom1xBitmap(icon_);
|
|
|