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

Unified Diff: content/renderer/render_view.h

Issue 7812020: Moved the following IPC messages used by the chrome NPAPI plugin installer out of content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « content/plugin/webplugin_proxy.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view.h
===================================================================
--- content/renderer/render_view.h (revision 98657)
+++ content/renderer/render_view.h (working copy)
@@ -285,11 +285,6 @@
// Notification that the given plugin has crashed.
void PluginCrashed(const FilePath& plugin_path);
- // Notification that the default plugin has done something about a missing
- // plugin. See default_plugin_shared.h for possible values of |status|.
- void OnMissingPluginStatus(WebPluginDelegateProxy* delegate,
- int status);
-
// Create a new NPAPI plugin.
WebKit::WebPlugin* CreateNPAPIPlugin(WebKit::WebFrame* frame,
const WebKit::WebPluginParams& params,
@@ -815,7 +810,6 @@
const std::vector<GURL>& links,
const std::vector<FilePath>& local_paths,
const FilePath& local_directory_name);
- void OnInstallMissingPlugin();
void OnMediaPlayerActionAt(const gfx::Point& location,
const WebKit::WebMediaPlayerAction& action);
void OnMoveOrResizeStarted();
@@ -1124,10 +1118,6 @@
// Plugins -------------------------------------------------------------------
- // Remember the first uninstalled plugin, so that we can ask the plugin
- // to install itself when user clicks on the info bar.
- base::WeakPtr<webkit::npapi::WebPluginDelegate> first_default_plugin_;
-
PepperPluginDelegateImpl pepper_delegate_;
// All the currently active plugin delegates for this RenderView; kept so that
« no previous file with comments | « content/plugin/webplugin_proxy.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698