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

Unified Diff: content/public/renderer/render_view.h

Issue 19894003: Move webplugininfo.h to content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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: content/public/renderer/render_view.h
===================================================================
--- content/public/renderer/render_view.h (revision 212806)
+++ content/public/renderer/render_view.h (working copy)
@@ -31,16 +31,13 @@
class Size;
}
-namespace webkit {
-struct WebPluginInfo;
-}
-
namespace content {
class ContextMenuClient;
class RenderViewVisitor;
struct ContextMenuParams;
struct SSLStatus;
+struct WebPluginInfo;
class CONTENT_EXPORT RenderView : public IPC::Sender {
public:
@@ -92,7 +89,7 @@
// plugin was found.
virtual WebKit::WebPlugin* CreatePlugin(
WebKit::WebFrame* frame,
- const webkit::WebPluginInfo& info,
+ const WebPluginInfo& info,
const WebKit::WebPluginParams& params) = 0;
// Evaluates a string of JavaScript in a particular frame.

Powered by Google App Engine
This is Rietveld 408576698