| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 137420)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1388,6 +1388,10 @@
|
| // Enables the tabs expose feature ( http://crbug.com/50307 ).
|
| const char kEnableExposeForTabs[] = "enable-expose-for-tabs";
|
|
|
| +// Performs Keychain reauthorization from the command line on behalf of a
|
| +// special Keychain reauthorization stub executable. Used during auto-update.
|
| +const char kKeychainReauthorize[] = "keychain-reauthorize";
|
| +
|
| // A process type (switches::kProcessType) that relaunches the browser. See
|
| // chrome/browser/mac/relauncher.h.
|
| const char kRelauncherProcess[] = "relauncher";
|
|
|