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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 75ae5b30afd56a1d847803127ae214cc7239d068..de5bbd3cd790fc1d63b0f486c4e38fe66d10a759 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -41,6 +41,7 @@
namespace blink {
+class PluginClient;
class WebDevToolsAgentImpl;
class WebLocalFrameImpl;
@@ -150,6 +151,9 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
const WTF::String&,
bool loadManually,
DetachedPluginPolicy) override;
+ PluginClient* createPluginClient(HTMLPlugInElement*,
+ const KURL&,
+ const WTF::String&) override;
std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
HTMLMediaElement&,
const WebMediaPlayerSource&,

Powered by Google App Engine
This is Rietveld 408576698