| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 24611b8da022838d720025cee9e069679d5838f8..b529f2eab6feda637608fd2b88cd33d90ed8340e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -75,6 +75,10 @@ const char kAppsGalleryReturnTokens[] = "apps-gallery-return-tokens";
|
| // The URL to use for the gallery link in the app launcher.
|
| const char kAppsGalleryURL[] = "apps-gallery-url";
|
|
|
| +// The URL used that the webstore APIs download extensions from.
|
| +// Note: the URL must contain one '%s' for the extension ID.
|
| +const char kAppsGalleryDownloadURL[] = "apps-gallery-download-url";
|
| +
|
| // The update url used by gallery/webstore extensions.
|
| const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url";
|
|
|
|
|