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

Unified Diff: chrome/renderer/chrome_content_renderer_client.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: chrome/renderer/chrome_content_renderer_client.h
===================================================================
--- chrome/renderer/chrome_content_renderer_client.h (revision 212806)
+++ chrome/renderer/chrome_content_renderer_client.h (working copy)
@@ -26,6 +26,10 @@
struct ChromeViewHostMsg_GetPluginInfo_Output;
+namespace content {
+struct WebPluginInfo;
+}
+
namespace extensions {
class Dispatcher;
class Extension;
@@ -44,10 +48,6 @@
class VisitedLinkSlave;
}
-namespace webkit {
-struct WebPluginInfo;
-}
-
namespace WebKit {
class WebSecurityOrigin;
}
@@ -176,7 +176,7 @@
bool is_initial_navigation);
static GURL GetNaClContentHandlerURL(const std::string& actual_mime_type,
- const webkit::WebPluginInfo& plugin);
+ const content::WebPluginInfo& plugin);
static bool IsNaClAllowed(const GURL& manifest_url,
const GURL& app_url,
bool is_nacl_unrestricted,

Powered by Google App Engine
This is Rietveld 408576698