| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a04c81a0387450f8d957b7dc64dd0248b694ebe7..7b66625c351f9e8988a2f29270952f44efe932b9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -187,10 +187,6 @@ const char kCrashOnHangThreads[] = "crash-on-hang-threads";
|
| const char kCreateBrowserOnStartupForTests[] =
|
| "create-browser-on-startup-for-tests";
|
|
|
| -// Specifies the chrome-extension:// URL for the contents of an additional page
|
| -// added to the experimental app launcher.
|
| -const char kCustomLauncherPage[] = "custom-launcher-page";
|
| -
|
| // Enables a frame context menu item that toggles the frame in and out of glass
|
| // mode (Windows Vista and up only).
|
| const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle";
|
|
|