| Index: ios/chrome/browser/chrome_switches.cc
|
| diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
|
| index 564850061a0072a237b17b187223b7e93ef240f6..fe5a855793c6d34dcd33c349bb4eecdafa5987c5 100644
|
| --- a/ios/chrome/browser/chrome_switches.cc
|
| +++ b/ios/chrome/browser/chrome_switches.cc
|
| @@ -40,9 +40,6 @@ const char kDisableIOSWKWebView[] = "disable-wkwebview";
|
| // Disable the snapshots lru cache.
|
| const char kDisableLRUSnapshotCache[] = "disable-lru-snapshot-cache";
|
|
|
| -// Disables NTP favicons.
|
| -const char kDisableNTPFavicons[] = "disable-ntp-favicons";
|
| -
|
| // Disable auto-reload of error pages if offline.
|
| const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
|
|
|
| @@ -83,9 +80,6 @@ const char kEnableIOSWKWebView[] = "enable-wkwebview";
|
| // Enables the snapshot lru cache.
|
| const char kEnableLRUSnapshotCache[] = "enable-lru-snapshot-cache";
|
|
|
| -// Enables NTP favicons.
|
| -const char kEnableNTPFavicons[] = "enable-ntp-favicons";
|
| -
|
| // Enable auto-reload of error pages if offline.
|
| const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload";
|
|
|
|
|