chromium/components/error_page/common/error_page_switches.h

// 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.

// Defines all the command-line switches used by //components/error_page.

#ifndef COMPONENTS_ERROR_PAGE_COMMON_ERROR_PAGE_SWITCHES_H_
#define COMPONENTS_ERROR_PAGE_COMMON_ERROR_PAGE_SWITCHES_H_

namespace error_page {
namespace switches {

extern const char kDisableDinosaurEasterEgg[];
extern const char kEnableDinosaurEasterEggAltGameImages[];

}  // namespace switches
}  // namespace error_page

#endif  // COMPONENTS_ERROR_PAGE_COMMON_ERROR_PAGE_SWITCHES_H_