feedback_switches.h 537 B

12345678910111213141516
  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_FEEDBACK_FEEDBACK_SWITCHES_H_
  5. #define COMPONENTS_FEEDBACK_FEEDBACK_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 kFeedbackServer[];
  10. } // namespace switches
  11. #endif // COMPONENTS_FEEDBACK_FEEDBACK_SWITCHES_H_