diff options
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index ce7e628..6c545e7 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -356,6 +356,10 @@ class Extension : public base::RefCountedThreadSafe<Extension> { // on the whitelist of extensions that can script all pages. bool CanExecuteScriptEverywhere() const; + // Returns true if this extension updates itself using the extension + // gallery. + bool UpdatesFromGallery() const; + // Accessors: const FilePath& path() const { return path_; } |