Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 4629dbc384a57aa048aac2294cbfcfd8fec03d81..149713811205447cb7234c9da7b66538b99354ca 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -267,10 +267,6 @@ const char kDisableIPPooling[] = "disable-ip-pooling"; |
| // Disable speculative TCP/IP preconnection. |
| const char kDisablePreconnect[] = "disable-preconnect"; |
| -// Whether we should prevent the new tab page from showing the first run |
| -// notification. |
| -const char kDisableNewTabFirstRun[] = "disable-new-tab-first-run"; |
|
Dan Beam
2011/08/04 19:15:38
talked with estade about this -- if anybody needs/
|
| - |
| // Normally when the user attempts to navigate to a page that was the result of |
| // a post we prompt to make sure they want to. This switch may be used to |
| // disable that check. This switch is used during automated testing. |