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

Unified Diff: extensions/browser/extension_host.h

Issue 2535713004: extensions: Cleanup class/struct fwd declarations (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « extensions/browser/extension_function.h ('k') | extensions/browser/extension_icon_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_host.h
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
index 3e30c9abcf81ef75c414f4460e3594c5ff19df80..e40c3849a0924b0e3b82b31ea994d9b5aec654b7 100644
--- a/extensions/browser/extension_host.h
+++ b/extensions/browser/extension_host.h
@@ -23,12 +23,9 @@
#include "extensions/common/stack_frame.h"
#include "extensions/common/view_type.h"
-class PrefsTabHelper;
-
namespace content {
class BrowserContext;
class RenderProcessHost;
-class RenderWidgetHostView;
class SiteInstance;
}
@@ -37,7 +34,6 @@ class Extension;
class ExtensionHostDelegate;
class ExtensionHostObserver;
class ExtensionHostQueue;
-class WindowController;
// This class is the browser component of an extension component's RenderView.
// It handles setting up the renderer process, if needed, with special
« no previous file with comments | « extensions/browser/extension_function.h ('k') | extensions/browser/extension_icon_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698