Index: chrome/common/extensions/manifest_url_handler.h |
diff --git a/chrome/common/extensions/manifest_url_handler.h b/chrome/common/extensions/manifest_url_handler.h |
index 3802294e0b67adf8eb82ec52f10d20f4ff2cfc17..500dce1ca16666a7906af5b9c2014fb47382ae1b 100644 |
--- a/chrome/common/extensions/manifest_url_handler.h |
+++ b/chrome/common/extensions/manifest_url_handler.h |
@@ -29,6 +29,9 @@ struct ManifestURL : public Extension::ManifestData { |
// Returns the Update URL for this extension. |
static const GURL& GetUpdateURL(const Extension* extension); |
+ // Returns true if this extension's update URL is the extension gallery. |
+ static bool UpdatesFromGallery(const Extension* extension); |
+ |
// Returns the Options Page for this extension. |
static const GURL& GetOptionsPage(const Extension* extension); |