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

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

Issue 174462: Linux Extensions Install Prompt (Closed)
Patch Set: test Created 11 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/gtk/extension_install_prompt_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_install_ui.cc
diff --git a/chrome/browser/extensions/extension_install_ui.cc b/chrome/browser/extensions/extension_install_ui.cc
index 2515b3699e69b8d4956da43b1ab05aeabf1ef12b..5cad7b17d404ff1e759cd6ff73c95a17fbfe8fc3 100644
--- a/chrome/browser/extensions/extension_install_ui.cc
+++ b/chrome/browser/extensions/extension_install_ui.cc
@@ -46,7 +46,7 @@ void ExtensionInstallUI::ConfirmInstall(Delegate* delegate,
return;
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
ShowExtensionInstallPrompt(profile_, delegate, extension, install_icon);
#elif defined(OS_MACOSX)
« no previous file with comments | « no previous file | chrome/browser/gtk/extension_install_prompt_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698