Index: components/flags_ui/flags_ui_switches.cc |
diff --git a/components/flags_ui/flags_ui_switches.cc b/components/flags_ui/flags_ui_switches.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..79cc2ae35469343dff8085c3a8ede439b38b4e17 |
--- /dev/null |
+++ b/components/flags_ui/flags_ui_switches.cc |
@@ -0,0 +1,15 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "components/flags_ui/flags_ui_switches.h" |
+ |
+namespace switches { |
+ |
+// These two flags are added around the switches about:flags adds to the |
+// command line. This is useful to see which switches were added by about:flags |
+// on about:version. They don't have any effect. |
+const char kFlagSwitchesBegin[] = "flag-switches-begin"; |
+const char kFlagSwitchesEnd[] = "flag-switches-end"; |
+ |
+} // namespace switches |