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

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

Issue 2863913002: Change AudioOutputDeviceClientImpl to use WebLocalFrameBase and move to modules. (Closed)
Patch Set: Use chrome client to create instances of WebLocalFrameBase. Created 3 years, 7 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 2cc4874e780cb5163696e9798c6314a8cc9c7838..9f86fe47ec446247d736c36fc1a63716aa9621e6 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -237,6 +237,10 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
std::unique_ptr<WebFrameScheduler> CreateFrameScheduler(
BlameContext*) override;
+
+ WebLocalFrameBase* CreateWebLocalFrameBase(LocalFrame*) override {
+ return nullptr;
+ }
};
class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient {

Powered by Google App Engine
This is Rietveld 408576698