blob: 0ba162195f4027e6d7c314d2394dfb76576f8cf3 [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[];
} // namespace switches
} // namespace error_page
#endif // COMPONENTS_ERROR_PAGE_COMMON_ERROR_PAGE_SWITCHES_H_