flags_ui_switches.cc 578 B

123456789101112131415
  1. // Copyright 2015 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 "components/flags_ui/flags_ui_switches.h"
  5. namespace switches {
  6. // These two flags are added around the switches about:flags adds to the
  7. // command line. This is useful to see which switches were added by about:flags
  8. // on about:version. They don't have any effect.
  9. const char kFlagSwitchesBegin[] = "flag-switches-begin";
  10. const char kFlagSwitchesEnd[] = "flag-switches-end";
  11. } // namespace switches