chromium/components/error_page/common/error_page_switches.cc

// 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[] =;

// Enable the dinosaur easter egg alternative images.
const char kEnableDinosaurEasterEggAltGameImages[] =;

}  // namespace switches
}  // namespace error_page