| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ad5c1261cf5120d289db5b67ab24fb75d0cc72cb..0d4bc4c54d83c819fe268a2d9481d369d6872054 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -96,9 +96,6 @@ const char kAppsGalleryDownloadURL[] = "apps-gallery-download-url";
|
| const char kAppsGalleryInstallAutoConfirmForTests[] =
|
| "apps-gallery-install-auto-confirm-for-tests";
|
|
|
| -// The URL to use for the gallery link in the app launcher.
|
| -const char kAppsGalleryURL[] = "apps-gallery-url";
|
| -
|
| // The update url used by gallery/webstore extensions.
|
| const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url";
|
|
|
|
|