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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2929493003: Move handling of DraggableRegionsChanged notification from "view" to "frame". (Closed)
Patch Set: Also add main frame filtering to the browser-side. 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/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 2dd317128c189d423e385e267db6d1582843407b..0dac28a85e214e8ae2ed2e37b1fcacae877a90c0 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -207,8 +207,6 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
bool Print(LocalFrame*);
- virtual void AnnotatedRegionsChanged() = 0;
-
virtual ColorChooser* OpenColorChooser(LocalFrame*,
ColorChooserClient*,
const Color&) = 0;

Powered by Google App Engine
This is Rietveld 408576698