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

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: Test rebuilding patch from .diff file. 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
« no previous file with comments | « components/ui/zoom/test/zoom_test_utils.cc ('k') | components/ui/zoom/zoom_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « components/ui/zoom/test/zoom_test_utils.cc ('k') | components/ui/zoom/zoom_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698