| Index: chrome/browser/extensions/extension_util.h
|
| diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h
|
| index aa8f613d3ecc98891623d21bf27c8d4c3df09315..12808cac400e427f08b61860dc6062c736e4f8e7 100644
|
| --- a/chrome/browser/extensions/extension_util.h
|
| +++ b/chrome/browser/extensions/extension_util.h
|
| @@ -52,6 +52,9 @@ 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 ZoomWithoutBubble(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);
|
|
|