Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index fb4ea2ef31031edf41fa6cb6d6ae33cc6f5dab9f..9843a1b93a51e65f6a06e6b6f5c9fb6be836977d 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -164,6 +164,8 @@ class ExtensionService |
// Whether this extension can inject scripts into pages with file URLs. |
bool AllowFileAccess(const Extension* extension); |
+ // Will reload the extension since this permission is applied at loading time |
+ // only. |
void SetAllowFileAccess(const Extension* extension, bool allow); |
// Getter and setter for the Browser Action visibility in the toolbar. |