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

Unified Diff: webkit/glue/plugins/pepper_webplugin_impl.h

Issue 2262002: Add ppapi plugins to about:plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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: webkit/glue/plugins/pepper_webplugin_impl.h
===================================================================
--- webkit/glue/plugins/pepper_webplugin_impl.h (revision 48402)
+++ webkit/glue/plugins/pepper_webplugin_impl.h (working copy)
@@ -15,7 +15,6 @@
#include "third_party/WebKit/WebKit/chromium/public/WebPlugin.h"
namespace WebKit {
-class WebFrame;
struct WebPluginParams;
}
@@ -28,7 +27,6 @@
class WebPluginImpl : public WebKit::WebPlugin {
public:
WebPluginImpl(PluginModule* module,
- WebKit::WebFrame* frame,
const WebKit::WebPluginParams& params,
const base::WeakPtr<PluginDelegate>& plugin_delegate);

Powered by Google App Engine
This is Rietveld 408576698