| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4ded0eaecda73f2849ce3fb0f96ace2279176c69..d31d0231f629ecec48dbc44e7dad8a4e3669baae 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -43,9 +43,6 @@ const char kAppLaunchAsPanel[] = "app-launch-as-panel";
|
| // Makes the app launcher popup when a new tab is created.
|
| const char kAppsPanel[] = "apps-panel";
|
|
|
| -// The title to use for the gallery link in the app launcher.
|
| -const char kAppsGalleryTitle[] = "apps-gallery-title";
|
| -
|
| // The URL to use for the gallery link in the app launcher.
|
| const char kAppsGalleryURL[] = "apps-gallery-url";
|
|
|
|
|