switches.h 635 B

12345678910111213141516171819
  1. // Copyright 2013 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 SERVICES_SERVICE_MANAGER_SWITCHES_H_
  5. #define SERVICES_SERVICE_MANAGER_SWITCHES_H_
  6. namespace service_manager {
  7. namespace switches {
  8. // All switches in alphabetical order. The switches should be documented
  9. // alongside the definition of their values in the .cc file.
  10. extern const char kEnableTracing[];
  11. extern const char kServiceRequestAttachmentName[];
  12. } // namespace switches
  13. } // namespace service_manager
  14. #endif // SERVICES_SERVICE_MANAGER_SWITCHES_H_