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

Unified Diff: content/renderer/render_view_impl.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/renderer/render_view_impl.h
===================================================================
--- content/renderer/render_view_impl.h (revision 212806)
+++ content/renderer/render_view_impl.h (working copy)
@@ -347,7 +347,7 @@
bool GetPluginInfo(const GURL& url,
const GURL& page_url,
const std::string& mime_type,
- webkit::WebPluginInfo* plugin_info,
+ WebPluginInfo* plugin_info,
std::string* actual_mime_type);
void TransferActiveWheelFlingAnimation(
@@ -712,7 +712,7 @@
virtual bool IsEditableNode(const WebKit::WebNode& node) const OVERRIDE;
virtual WebKit::WebPlugin* CreatePlugin(
WebKit::WebFrame* frame,
- const webkit::WebPluginInfo& info,
+ const WebPluginInfo& info,
const WebKit::WebPluginParams& params) OVERRIDE;
virtual void EvaluateScript(const string16& frame_xpath,
const string16& jscript,

Powered by Google App Engine
This is Rietveld 408576698