Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 4f6ce3d1877b2cdb8e0d73a6c2252d0a9fee430d..215912e26891398f51da5a237fa1c9a1c2296439 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -208,9 +208,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
const std::string& explicit_id, |
std::string* error); |
- // Return the update url used by gallery/webstore extensions. |
- static GURL GalleryUpdateUrl(bool secure); |
- |
// Given two install sources, return the one which should take priority |
// over the other. If an extension is installed from two sources A and B, |
// its install source should be set to GetHigherPriorityLocation(A, B). |