| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fcf54344b21ca607a15910b34fcf12063c909300..9411f9c854de0ab93dad2c5e7173107c6911e6e5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -241,6 +241,9 @@ const char kDisableDefaultApps[] = "disable-default-apps";
|
| const char kDisableDeviceDiscoveryNotifications[] =
|
| "disable-device-discovery-notifications";
|
|
|
| +// Disables the dinosaur easter egg on the offline interstitial.
|
| +const char kDisableDinosaurEasterEgg[] = "disable-dinosaur-easter-egg";
|
| +
|
| // Disables Domain Reliability Monitoring.
|
| const char kDisableDomainReliability[] = "disable-domain-reliability";
|
|
|
|
|