| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1b488e1d179a611d5777041e9f223d302574aa55..e60b5ff68d963d50e6f80d6c5ef235e7662030ef 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1195,6 +1195,11 @@ const char kGuestSession[] = "bwsi";
|
| // This is typically used to test the chromeos build of chrome on the desktop.
|
| const char kStubCros[] = "stub-cros";
|
|
|
| +// Indicates that a stub implementation of CrosSettings that stores settings in
|
| +// memory without signing should be used, treating current user as the owner.
|
| +// This option is for testing the chromeos build of chrome on the desktop only.
|
| +const char kStubCrosSettings[] = "stub-cros-settings";
|
| +
|
| // URL of the html page for Screen Saver.
|
| const char kScreenSaverUrl[] = "screen-saver-url";
|
|
|
|
|