component_updater_switches.h 656 B

1234567891011121314151617
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_SWITCHES_H_
  5. #define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_SWITCHES_H_
  6. namespace switches {
  7. // All switches in alphabetical order. The switches should be documented
  8. // alongside the definition of their values in the .cc file.
  9. extern const char kComponentUpdater[];
  10. extern const char kComponentUpdaterTrustTokensComponentPath[];
  11. } // namespace switches
  12. #endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_SWITCHES_H_