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

Unified Diff: chrome/default_plugin/plugin_impl_aura.cc

Issue 8473001: Show missing plug-in infobar only if a plug-in is available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/default_plugin/plugin_impl_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/plugin_impl_aura.cc
diff --git a/chrome/default_plugin/plugin_impl_aura.cc b/chrome/default_plugin/plugin_impl_aura.cc
index cdf8ffbe59f9ba174dbdd264939458f107d4478e..4122854f6887986b1c6eb5788e91cd91ffc55fe2 100644
--- a/chrome/default_plugin/plugin_impl_aura.cc
+++ b/chrome/default_plugin/plugin_impl_aura.cc
@@ -36,8 +36,8 @@ bool PluginInstallerImpl::Initialize(void* module_handle,
return false;
}
- return PluginInstallerBase::Initialize(module_handle, instance, mime_type,
- argc, argn, argv);
+ PluginInstallerBase::SetRoutingIds(argc, argn, argv);
+ return true;
}
bool PluginInstallerImpl::NPP_SetWindow(NPWindow* window_info) {
« no previous file with comments | « no previous file | chrome/default_plugin/plugin_impl_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698