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

Side by Side Diff: Source/core/loader/FrameLoaderClient.h

Issue 605063003: Clean up forward declarations in Source/core/fetch and /loader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « Source/core/fetch/XSLStyleSheetResource.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc. All rights reserved.
3 * Copyright (C) 2012 Google Inc. All rights reserved. 3 * Copyright (C) 2012 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 class DocumentLoader; 55 class DocumentLoader;
56 class FetchRequest; 56 class FetchRequest;
57 class HTMLAppletElement; 57 class HTMLAppletElement;
58 class HTMLFormElement; 58 class HTMLFormElement;
59 class HTMLFrameOwnerElement; 59 class HTMLFrameOwnerElement;
60 class HTMLPlugInElement; 60 class HTMLPlugInElement;
61 class HistoryItem; 61 class HistoryItem;
62 class KURL; 62 class KURL;
63 class LocalFrame; 63 class LocalFrame;
64 class MessageEvent;
65 class ResourceError; 64 class ResourceError;
66 class ResourceRequest; 65 class ResourceRequest;
67 class ResourceResponse; 66 class ResourceResponse;
68 class SecurityOrigin; 67 class SecurityOrigin;
69 class SharedWorkerRepositoryClient; 68 class SharedWorkerRepositoryClient;
70 class SocketStreamHandle; 69 class SocketStreamHandle;
71 class SubstituteData; 70 class SubstituteData;
72 class Widget; 71 class Widget;
73 72
74 class FrameLoaderClient : public FrameClient { 73 class FrameLoaderClient : public FrameClient {
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 virtual void didStopAllLoaders() { } 215 virtual void didStopAllLoaders() { }
217 216
218 virtual void dispatchDidChangeManifest() { } 217 virtual void dispatchDidChangeManifest() { }
219 218
220 virtual bool isFrameLoaderClientImpl() const { return false; } 219 virtual bool isFrameLoaderClientImpl() const { return false; }
221 }; 220 };
222 221
223 } // namespace blink 222 } // namespace blink
224 223
225 #endif // FrameLoaderClient_h 224 #endif // FrameLoaderClient_h
OLDNEW
« no previous file with comments | « Source/core/fetch/XSLStyleSheetResource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698