| // Copyright 2015 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "components/error_page/common/error_page_switches.h" |
| |
| namespace error_page { |
| namespace switches { |
| |
| // Disables the dinosaur easter egg on the offline interstitial. |
| const char kDisableDinosaurEasterEgg[] = "disable-dinosaur-easter-egg"; |
| |
| // Enable the dinosaur easter egg alternative images. |
| const char kEnableDinosaurEasterEggAltGameImages[] = |
| "enable-dinosaur-easter-egg-alt-images"; |
| |
| } // namespace switches |
| } // namespace error_page |