Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index cf1f67cdcc8e4afa9d860fe3cd00a1220a95908d..2f7506cf0603dddaafb912ae5eb336aae6d583db 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -253,10 +253,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
// Gets the fully resolved absolute launch URL. |
GURL GetFullLaunchURL() const; |
- // Returns true if this extension updates itself using the extension |
- // gallery. |
- bool UpdatesFromGallery() const; |
- |
// Returns true if this extension or app includes areas within |origin|. |
bool OverlapsWithOrigin(const GURL& origin) const; |