Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index a4eef0760454dd35dfb6c392b4290243114e0c13..ecb12396a488348b298907dd468cb9ab9f214cb3 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2064,6 +2064,14 @@ const FeatureEntry kFeatureEntries[] = { |
{"enable-gamepad-extensions", IDS_FLAGS_GAMEPAD_EXTENSIONS_NAME, |
IDS_FLAGS_GAMEPAD_EXTENSIONS_DESCRIPTION, kOsAll, |
FEATURE_VALUE_TYPE(features::kGamepadExtensions)}, |
+#if defined(OS_CHROMEOS) |
+ {"arc-use-auth-endpoint", IDS_FLAGS_ARC_USE_AUTH_ENDPOINT_NAME, |
+ IDS_FLAGS_ARC_USE_AUTH_ENDPOINT_DESCRIPTION, kOsCrOS, |
+ SINGLE_VALUE_TYPE_AND_VALUE( |
+ chromeos::switches::kArcUseAuthEndpoint, |
+ "https://www-googleapis-staging.sandbox.google.com/oauth2/v4/" \ |
+ "ExchangeToken")}, |
+#endif |
// NOTE: Adding new command-line switches requires adding corresponding |
// entries to enum "LoginCustomFlags" in histograms.xml. See note in |
// histograms.xml and don't forget to run AboutFlagsHistogramTest unit test. |