| Index: chrome/browser/extensions/extension_install_prompt.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_install_prompt.cc (revision 158823)
|
| +++ chrome/browser/extensions/extension_install_prompt.cc (working copy)
|
| @@ -494,7 +494,7 @@
|
| return;
|
| }
|
|
|
| - Profile* profile = install_ui_->profile()->GetOriginalProfile();
|
| + Profile* profile = install_ui_->profile();
|
| TokenService* token_service = TokenServiceFactory::GetForProfile(profile);
|
|
|
| token_flow_.reset(new OAuth2MintTokenFlow(
|
|
|