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

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

Issue 2873503002: NOT YET READY: Improve granularity of window namespaces in Blink.
Patch Set: Rebasing... Created 3 years, 6 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.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index 038fd032d089e9bfb16641c528c7e56634fdf9e3..eaf59a445e0814421e23aea5b23411f72d4fd53a 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -197,6 +197,10 @@ TextCheckerClient& EmptyLocalFrameClient::GetTextCheckerClient() const {
return client;
}
+Frame* EmptyLocalFrameClient::FindFrame(const AtomicString& name) const {
+ return nullptr;
+}
+
void EmptyTextCheckerClient::RequestCheckingOfString(TextCheckingRequest*) {}
void EmptyTextCheckerClient::CancelAllPendingRequests() {}
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/page/FrameTree.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698