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

Unified Diff: extensions/browser/extension_zoom_request_client.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.gypi ('k') | extensions/browser/extension_zoom_request_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_zoom_request_client.h
diff --git a/extensions/browser/extension_zoom_request_client.h b/extensions/browser/extension_zoom_request_client.h
index 25d2196c0c0e4e77b4d5a82b13db4aaa64490fe6..f776bc2adfc8f66b0ef9418904f5bca82b5e1774 100644
--- a/extensions/browser/extension_zoom_request_client.h
+++ b/extensions/browser/extension_zoom_request_client.h
@@ -21,6 +21,7 @@ class ExtensionZoomRequestClient : public ui_zoom::ZoomRequestClient {
public:
explicit ExtensionZoomRequestClient(scoped_refptr<const Extension> extension);
+ bool ShouldSuppressBubble() const override;
const Extension* extension() const { return extension_.get(); }
private:
« no previous file with comments | « components/ui_zoom.gypi ('k') | extensions/browser/extension_zoom_request_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698