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

Unified Diff: content/renderer/render_view.h

Issue 7387010: Add PluginServiceFilter interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add resource_context Created 9 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.h
diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h
index e933053e7c1b13ec192687c1768d791511374e78..4b514181e83a5b9d01d122a9f1865ef06ae60b44 100644
--- a/content/renderer/render_view.h
+++ b/content/renderer/render_view.h
@@ -85,10 +85,6 @@ namespace base {
class WaitableEvent;
}
-namespace chrome {
-class ChromeContentRendererClient;
-}
-
namespace gfx {
class Point;
class Rect;
@@ -96,10 +92,6 @@ class Rect;
namespace webkit {
-namespace npapi {
-class PluginGroup;
-} // namespace npapi
-
namespace ppapi {
class PluginInstance;
class PluginModule;

Powered by Google App Engine
This is Rietveld 408576698