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

Unified Diff: public/web/WebFrameClient.h

Issue 776693002: Clean forward declaration in public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix fakewebplugin Created 6 years 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 | « public/web/WebFrame.h ('k') | public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 28def001f841a27a383aeca695f332b60d18ba62..c6559bd922b592a19f8aa297d5fdf50ac632eb3b 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -62,7 +62,6 @@ class WebColorChooserClient;
class WebContentDecryptionModule;
class WebCookieJar;
class WebDataSource;
-class WebDOMEvent;
class WebExternalPopupMenu;
class WebExternalPopupMenuClient;
class WebFormElement;
@@ -72,20 +71,15 @@ class WebMediaPlayerClient;
class WebMIDIClient;
class WebNotificationPermissionCallback;
class WebServiceWorkerProvider;
-class WebServiceWorkerProviderClient;
class WebSocketHandle;
-class WebNode;
class WebPlugin;
class WebPluginPlaceholder;
class WebPushClient;
class WebRTCPeerConnectionHandler;
class WebScreenOrientationClient;
-class WebSharedWorker;
-class WebSharedWorkerClient;
class WebSpeechRecognizer;
class WebString;
class WebURL;
-class WebURLLoader;
class WebURLResponse;
class WebUserMediaClient;
class WebWorkerPermissionClientProxy;
@@ -95,7 +89,6 @@ struct WebContextMenuData;
struct WebPluginParams;
struct WebPopupMenuInfo;
struct WebRect;
-struct WebSize;
struct WebTransitionElementData;
struct WebURLError;
« no previous file with comments | « public/web/WebFrame.h ('k') | public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698