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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

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/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index 12070f1307315985d21919dc5debfa54f9d26e5a..e546a2294e0e3a3b3dadcfbff783fe2d1a14114a 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -347,6 +347,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual TextCheckerClient& GetTextCheckerClient() const = 0;
virtual std::unique_ptr<WebURLLoader> CreateURLLoader() = 0;
+
+ virtual Frame* FindFrame(const AtomicString& name) const = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp ('k') | third_party/WebKit/Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698