| Index: chrome/common/extensions/extension_constants.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension_constants.h (revision 137042)
|
| +++ chrome/common/extensions/extension_constants.h (working copy)
|
| @@ -24,6 +24,11 @@
|
| // to get the item detail URL.
|
| std::string GetWebstoreItemDetailURLPrefix();
|
|
|
| + // Returns the URL leading to a search page for Web Intents. The search is
|
| + // specific to intents with the given |action| and |type|.
|
| + GURL GetWebstoreIntentQueryURL(const std::string& action,
|
| + const std::string& type);
|
| +
|
| // Returns the URL used to get webstore data (ratings, manifest, icon URL,
|
| // etc.) about an extension from the webstore as JSON.
|
| GURL GetWebstoreItemJsonDataURL(const std::string& extension_id);
|
|
|