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

Unified Diff: chrome/default_plugin/plugin_installer_base.h

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 | « chrome/default_plugin/plugin_impl_win.cc ('k') | chrome/default_plugin/plugin_installer_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/plugin_installer_base.h
diff --git a/chrome/default_plugin/plugin_installer_base.h b/chrome/default_plugin/plugin_installer_base.h
index 928ad106b8e6957e3c69820ae2b52933266ea1a9..1f20a689b88eea22af84246dca2e43445e998073 100644
--- a/chrome/default_plugin/plugin_installer_base.h
+++ b/chrome/default_plugin/plugin_installer_base.h
@@ -14,8 +14,9 @@ class PluginInstallerBase {
PluginInstallerBase();
virtual ~PluginInstallerBase();
- bool Initialize(void* module_handle, NPP instance, NPMIMEType mime_type,
- int16 argc, char* argn[], char* argv[]);
+ // Parses the arguments passed in to the plug-in for the IDs of the renderer
+ // process and RenderView.
+ void SetRoutingIds(int16 argc, char* argn[], char* argv[]);
int renderer_process_id() const {
return renderer_process_id_;
« no previous file with comments | « chrome/default_plugin/plugin_impl_win.cc ('k') | chrome/default_plugin/plugin_installer_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698