Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 7e584d72077e294d4767c47c6521b98828d93ecb..4bfd709af45be98ffaae38b51b05cbbc3415412b 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -620,6 +620,10 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
// component-private permission. |
bool IsComponentOnlyPermission(const ExtensionAPIPermission* api) const; |
+ // Updates the launch URL and extents for the extension using the given |
+ // |override_url|. |
+ void OverrideLaunchUrl(const GURL& override_url); |
+ |
// Cached images for this extension. This should only be touched on the UI |
// thread. |
mutable ImageCache image_cache_; |