| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1bbbe69d479ab704e862708951ada2805ed39996..93586b517ef380887fc0088c1d89bdb6652cb947 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1037,10 +1037,6 @@ const char kStartupManifest[] = "startup-manifest";
|
| // TODO(denisromanov): delete this when not needed for testing.
|
| const char kServicesManifest[] = "services-manifest";
|
|
|
| -// Install a "fake" version of libcros to allow ChromeOS to run on a
|
| -// regular linux box. This is useful to developers working on
|
| -// features that do not require actual ChromeOS hardware.
|
| -const char kUseFakeLibcros[] = "use-fake-libcros";
|
| #endif
|
|
|
| #if defined(OS_LINUX)
|
|
|