| Index: chrome/browser/extensions/api/identity/identity_api.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/identity/identity_api.cc (revision 145357)
|
| +++ chrome/browser/extensions/api/identity/identity_api.cc (working copy)
|
| @@ -69,7 +69,8 @@
|
| // Existing grant was revoked and we used NO_FORCE, so we got info back
|
| // instead.
|
| if (interactive_) {
|
| - install_ui_.reset(new ExtensionInstallPrompt(GetCurrentBrowser()));
|
| + install_ui_.reset(
|
| + chrome::CreateExtensionInstallPromptWithBrowser(GetCurrentBrowser()));
|
| install_ui_->ConfirmIssueAdvice(this, GetExtension(), issue_advice);
|
| } else {
|
| error_ = kNoGrant;
|
|
|