blob: d154656d2f8d0153308b20c450b0ebbabc86c282 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// 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 kDisableShowSavedCopy[];
extern const char kEnableShowSavedCopyPrimary[];
extern const char kEnableShowSavedCopySecondary[];
extern const char kShowSavedCopy[];
} // namespace switches
} // namespace error_page
#endif // COMPONENTS_ERROR_PAGE_COMMON_ERROR_PAGE_SWITCHES_H_