| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9fc7528cc0c6b0b71e43a6bd964368f7cc89b267..384d0131fe33eb82ad98f421c6c8f8286c63beb2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -785,11 +785,6 @@ const char kNaClStartupDialog[] = "nacl-startup-dialog";
|
| // Intended primarily for use with --log-net-log.
|
| const char kNetLogLevel[] = "net-log-level";
|
|
|
| -// Disables the latest incarnation of the new tab page. Only intended for
|
| -// testing use. For TOUCH_UI, the meaning is inverted (i.e. default is to
|
| -// disable NTP4, and passing the flag will enable it).
|
| -const char kNewTabPage[] = "new-tab-page";
|
| -
|
| // Disables the default browser check. Useful for UI/browser tests where we
|
| // want to avoid having the default browser info-bar displayed.
|
| const char kNoDefaultBrowserCheck[] = "no-default-browser-check";
|
|
|