summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/extensions/extension_install_prompt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_install_prompt.cc b/chrome/browser/extensions/extension_install_prompt.cc
index 48db286..2113b17 100644
--- a/chrome/browser/extensions/extension_install_prompt.cc
+++ b/chrome/browser/extensions/extension_install_prompt.cc
@@ -494,7 +494,7 @@ void ExtensionInstallPrompt::FetchOAuthIssueAdviceIfNeeded() {
return;
}
- Profile* profile = install_ui_->profile()->GetOriginalProfile();
+ Profile* profile = install_ui_->profile();
TokenService* token_service = TokenServiceFactory::GetForProfile(profile);
token_flow_.reset(new OAuth2MintTokenFlow(