| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a75946f03e6aa53a7297736a4d76b489f6d685c2..723cad8c302d63481987b9b8113e9d48834d176a 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";
|
|
|
|
|