blob: cd7c801fac4eec79f723ad3eaecf733d9d182d70 [file] [log] [blame]
// 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[];
} // namespace switches
} // namespace error_page
#endif // COMPONENTS_ERROR_PAGE_COMMON_ERROR_PAGE_SWITCHES_H_