| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7864b300669d5b6bcc62615465354a5e0512057f..985351286e70e87f3dfc4fc16c7f49f7362c1274 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -816,6 +816,10 @@ const char kKioskModePrinting[] = "kiosk-printing";
|
| // Comma-separated list of directories with component extensions to load.
|
| const char kLoadComponentExtension[] = "load-component-extension";
|
|
|
| +// If present, cloud policy will be loaded and applied once the user is signed
|
| +// in to the browser.
|
| +const char kLoadCloudPolicyOnSignin[] = "load-cloud-policy-on-signin";
|
| +
|
| // Loads an extension from the specified directory.
|
| const char kLoadExtension[] = "load-extension";
|
|
|
|
|