| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 52817)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1019,14 +1019,6 @@
|
| // Set logging output to the given file.
|
| const char kChromeosLogToFile[] = "logtofile";
|
|
|
| -// Specify startup customization manifest.
|
| -// TODO(denisromanov): delete this when not needed for testing.
|
| -const char kStartupManifest[] = "startup-manifest";
|
| -
|
| -// Specify services customization manifest.
|
| -// TODO(denisromanov): delete this when not needed for testing.
|
| -const char kServicesManifest[] = "services-manifest";
|
| -
|
| #endif
|
|
|
| #if defined(OS_LINUX)
|
|
|