Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a96d703d91f15b9808cac7caa2ce8e4eb587ac4b..deda36bcd21e28227f61c5f8516627e2810056f6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -463,8 +463,9 @@ const char kEnableExtensionActivityLogTesting[] = |
// crbug.com/142458 . |
const char kEnableFastUnload[] = "enable-fast-unload"; |
-// Enable opt-in for the collection of invalid TLS/SSL certificate chains. |
-const char kEnableInvalidCertCollection[] = "enable-invalid-cert-collection"; |
+ |
+// Enables large icons on the New Tab page. |
+const char kEnableIconNtp[] = "enable-icon-ntp"; |
estark
2015/04/04 01:17:06
I don't think this should be here... mix-up during
fahl
2015/04/13 18:44:01
Done.
|
// Enables IPv6 support, even if probes suggest that it may not be fully |
// supported. Some probes may require internet connections, and this flag will |