Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1953)

Unified Diff: chrome/browser/extensions/external_install_ui.cc

Issue 345693002: Extensions: Split extensions utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/external_install_ui.cc
diff --git a/chrome/browser/extensions/external_install_ui.cc b/chrome/browser/extensions/external_install_ui.cc
index 94cd0e5d195d407847376fdae37ea87c92621903..2104f24e3d4d13227c184eec359d6548bcc9b953 100644
--- a/chrome/browser/extensions/external_install_ui.cc
+++ b/chrome/browser/extensions/external_install_ui.cc
@@ -549,11 +549,9 @@ void AddExternalInstallError(ExtensionService* service,
if (UseBubbleInstall(extension, is_new_profile)) {
Browser* browser = NULL;
-#if !defined(OS_ANDROID)
browser = chrome::FindTabbedBrowser(service->profile(),
true,
chrome::GetActiveDesktop());
-#endif
new ExternalInstallDialogDelegate(browser, service, extension, true);
} else {
error_service->AddGlobalError(

Powered by Google App Engine
This is Rietveld 408576698