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

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

Issue 2177123003: Move SearchProvider implementation into Blink and make it a no-op. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/frame/DOMWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/DOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
index e4e7751224d0106eecd427617f41bae2c29a540e..295c2bc134477aad343c4dced4d7b675bcb298a2 100644
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
@@ -26,6 +26,7 @@ class DOMVisualViewport;
class DOMWindowCSS;
class Document;
class Element;
+class External;
class Frame;
class FrameRequestCallback;
class History;
@@ -179,8 +180,10 @@ public:
// Custom elements
virtual CustomElementsRegistry* customElements(ScriptState*) const = 0;
+ // Obsolete APIs
void captureEvents() { }
void releaseEvents() { }
+ External* external() const;
// FIXME: This handles both window[index] and window.frames[index]. However,
// the spec exposes window.frames[index] across origins but not
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/frame/DOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698