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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 24f7fcb9d660981f62054cb1325d0ff07b902712..aac76ca3360c03e6200e80609f30719eb96f00c5 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -328,6 +328,12 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
const String&,
bool,
DetachedPluginPolicy) override;
+ virtual PluginClient* createPluginClient(HTMLPlugInElement*,
+ const KURL&,
+ const String&) override {
+ return nullptr;
+ }
+
bool canCreatePluginWithoutRenderer(const String& mimeType) const override {
return false;
}
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp ('k') | third_party/WebKit/Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698