Chromium Code Reviews

Unified Diff: components/ui/zoom/zoom_controller.h

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add deps file Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/ui/zoom/zoom_controller.h
diff --git a/components/ui/zoom/zoom_controller.h b/components/ui/zoom/zoom_controller.h
index 085fb2bb53620ae209c96b50ac889cafbfaeb6a2..8eae938b1998ac726cb3e8b106e09d03aa8cfa7e 100644
--- a/components/ui/zoom/zoom_controller.h
+++ b/components/ui/zoom/zoom_controller.h
@@ -27,6 +27,7 @@ class ZoomObserver;
class ZoomRequestClient : public base::RefCounted<ZoomRequestClient> {
public:
ZoomRequestClient() {}
+ virtual bool ShouldSuppressBubble() const = 0;
protected:
virtual ~ZoomRequestClient() {}

Powered by Google App Engine