Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 5f6ec9eb257211f02df011a2a72550fad3ee48e4..b952e57cd2dfd4048249e86528a273fc363b17c6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -271,10 +271,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"; |
- |
// 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. |