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

Unified Diff: chrome/browser/extensions/extension_util.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_util.h
diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h
index a1197ae8e8024c1988330c1798d312bd2b203311..aa8f613d3ecc98891623d21bf27c8d4c3df09315 100644
--- a/chrome/browser/extensions/extension_util.h
+++ b/chrome/browser/extensions/extension_util.h
@@ -52,9 +52,6 @@ bool CanCrossIncognito(const extensions::Extension* extension,
bool CanLoadInIncognito(const extensions::Extension* extension,
content::BrowserContext* context);
-// Returns true if the |extension| should not trigger a zoom bubble.
-bool AllowZoomWithoutBubble(const Extension* extension);
-
// Returns true if this extension can inject scripts into pages with file URLs.
bool AllowFileAccess(const std::string& extension_id,
content::BrowserContext* context);

Powered by Google App Engine
This is Rietveld 408576698