Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Side by Side Diff: components/flags_ui/flags_ui_switches.cc

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/flags_ui/flags_ui_switches.h ('k') | components/flags_ui_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
5 #include "components/flags_ui/flags_ui_switches.h"
6
7 namespace switches {
8
9 // These two flags are added around the switches about:flags adds to the
10 // command line. This is useful to see which switches were added by about:flags
11 // on about:version. They don't have any effect.
12 const char kFlagSwitchesBegin[] = "flag-switches-begin";
13 const char kFlagSwitchesEnd[] = "flag-switches-end";
14
15 } // namespace switches
OLDNEW
« no previous file with comments | « components/flags_ui/flags_ui_switches.h ('k') | components/flags_ui_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698