Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index ef86310621bb580fa8327286a29971430b25c7f5..18a558d20564576c78fb41ea77813fb9ed0839d8 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"; |
|
xiyuan
2013/03/20 20:08:29
nit: align '=' with other lines.
zel
2013/03/20 21:03:38
Done.
|
| + |
| // Value of OAuth2 refresh token for --force-app-mode. |
| const char kAppModeOAuth2Token[] = "app-mode-oauth-token"; |