summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_constants.h
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 01:11:50 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 01:11:50 +0000
commit99dfecd4a5692bb336fb5b52cc2379d37cb1002c (patch)
tree11fc3c1d236005d185f701a3f227cbdcd12441b7 /chrome/common/extensions/extension_constants.h
parentbf0ece42c1ea7b3c3d572106dab09e92b0800cff (diff)
downloadchromium_src-99dfecd4a5692bb336fb5b52cc2379d37cb1002c.zip
chromium_src-99dfecd4a5692bb336fb5b52cc2379d37cb1002c.tar.gz
chromium_src-99dfecd4a5692bb336fb5b52cc2379d37cb1002c.tar.bz2
Add an install source for inline installs.
Allows Oamaha to differentiate inline installs from regular ones. BUG=98704 R=jstritar@chromium.org Review URL: http://codereview.chromium.org/8317028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r--chrome/common/extensions/extension_constants.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 421d228..804fb0e 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -303,11 +303,6 @@ namespace extension_urls {
// --apps-gallery-update-url.
GURL GetWebstoreUpdateUrl(bool secure);
- // Return the URL for an extension/app's .crx file that is hosted by the
- // webstore.
- GURL GetWebstoreInstallUrl(const std::string& extension_id,
- const std::string& locale);
-
// The greatest common prefixes of the main extensions gallery's browse and
// download URLs.
extern const char* kGalleryBrowsePrefix;