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

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: Convert to pathway common to Mac and non-Mac. Created 5 years, 2 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: 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
This is Rietveld 408576698