| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c02bacc0842cba13c1dee3d3e04a1986ae3333a1..4e9dd5f80f2c1d60c4035178e14fb182d189f677 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -575,12 +575,6 @@ const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
|
| // loaded. It is useful to tell the difference for tracking purposes.
|
| const char kFastStart[] = "fast-start";
|
|
|
| -// 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";
|
| -
|
| // Forces application mode. This hides certain system UI elements and forces
|
| // the app to be installed if it hasn't been already.
|
| const char kForceAppMode[] = "force-app-mode";
|
|
|