Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fa17dd02ac86802c0affbb7de6d184c45c296cbc..96b50934252821752122465058efbbbd70fab34c 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -332,6 +332,9 @@ const char kDisableIPv6[] = "disable-ipv6"; |
// attempt to use the existing connection. |
const char kDisableIPPooling[] = "disable-ip-pooling"; |
+// Disable always using the local NTP for the first NTP load of a new window. |
+const char kDisableLocalFirstLoadNTP[] = "disable-local-first-load-ntp"; |
+ |
// Disable local-only Instant extended API. |
const char kDisableLocalOnlyInstantExtendedAPI[] = |
"disable-local-only-instant-extended-api"; |
@@ -555,6 +558,9 @@ const char kEnableIPCFuzzing[] = "enable-ipc-fuzzing"; |
// attempt to use the existing connection. |
const char kEnableIPPooling[] = "enable-ip-pooling"; |
+// Enable always using the local NTP for the first NTP load of a new window. |
+const char kEnableLocalFirstLoadNTP[] = "enable-local-first-load-ntp"; |
+ |
// Enable Instant extended API, but use only the local omnibox popup and NTP. |
const char kEnableLocalOnlyInstantExtendedAPI[] = |
"enable-local-only-instant-extended-api"; |