Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: chrome/browser/about_flags.cc

Issue 2508713003: arc: Prepare ArcAuthEndpoint flag for finch experiment. (Closed)
Patch Set: fix rebase glitch Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_code_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e2add18d82507002380d4b63326d5eb897ed96d3..1ec908624b9a8e5636aa64b0dce367844a58b47b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2053,10 +2053,7 @@ const FeatureEntry kFeatureEntries[] = {
#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")},
+ FEATURE_VALUE_TYPE(arc::kArcUseAuthEndpointFeature)},
{"arc-boot-completed-broadcast", IDS_FLAGS_ARC_BOOT_COMPLETED,
IDS_FLAGS_ARC_BOOT_COMPLETED_DESCRIPTION, kOsCrOS,
FEATURE_VALUE_TYPE(arc::kBootCompletedBroadcastFeature)},
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_code_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698