switches.cc 417 B

1234567891011121314
  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. #include "services/service_manager/switches.h"
  5. namespace service_manager {
  6. namespace switches {
  7. // Enable the tracing service.
  8. const char kEnableTracing[] = "enable-service-manager-tracing";
  9. } // namespace switches
  10. } // namespace service_manager