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

Unified Diff: Source/core/loader/FrameLoader.h

Issue 564193002: Clean up forward declarations in Source/core/loader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add MixedContentChecker Created 6 years, 3 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
« no previous file with comments | « Source/core/loader/FrameLoadRequest.h ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 2d3e8b681802553400883919049e684ac5b080e5..adda330194beb068ecf5870702206aa6c5f9956b 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -47,27 +47,18 @@
namespace blink {
-class Chrome;
-class DOMWrapperWorld;
class DocumentLoader;
-class Event;
class FetchContext;
class FormState;
-class FormSubmission;
class Frame;
class FrameLoaderClient;
-class IconController;
class NavigationAction;
-class Page;
class ProgressTracker;
class ResourceError;
-class ResourceResponse;
-class SecurityOrigin;
class SerializedScriptValue;
class SubstituteData;
struct FrameLoadRequest;
-struct WindowFeatures;
bool isBackForwardLoadType(FrameLoadType);
« no previous file with comments | « Source/core/loader/FrameLoadRequest.h ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698