| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b2db6c7d139e518c60b7f82edcaf4d831e6357bb..c43921c346582e1cd0532b1da8f7563e29b6a8cf 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -93,6 +93,9 @@ const char kAppsGalleryURL[] = "apps-gallery-url";
|
| // The update url used by gallery/webstore extensions.
|
| const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url";
|
|
|
| +// Value of GAIA auth code for --force-app-mode.
|
| +const char kAppModeAuthCode[] = "app-mode-auth-code";
|
| +
|
| // Value of OAuth2 refresh token for --force-app-mode.
|
| const char kAppModeOAuth2Token[] = "app-mode-oauth-token";
|
|
|
|
|