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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.h

Issue 2719333002: second stage
Patch Set: Need to get around resource loading without web/ Created 3 years, 10 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: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
index 613354db7b3126a3c6df7672e454fd0fcbd75a73..39680eb5e839bab5a7f54a341c19e330481d72e7 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -68,6 +68,7 @@ class HTMLPlugInElement;
class HistoryItem;
class KURL;
class LocalFrame;
+class PluginClient;
class ResourceError;
class ResourceRequest;
class ResourceResponse;
@@ -199,6 +200,9 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
const String&,
bool loadManually,
DetachedPluginPolicy) = 0;
+ virtual PluginClient* createPluginClient(HTMLPlugInElement*,
+ const KURL&,
+ const String&) = 0;
virtual std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
HTMLMediaElement&,
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/plugins/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698