| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index bf78d6317c604735ae08cbf49ce039b65af0e034..ab41c04e71a366bb9d52c4f1630622bff341f9c5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -588,12 +588,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";
|
|
|