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

Unified Diff: components/arc/arc_features.cc

Issue 2695363002: [Merge M56] arc: Enable silent auth flow by default. (Closed)
Patch Set: Created 3 years, 10 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_features.cc
diff --git a/components/arc/arc_features.cc b/components/arc/arc_features.cc
index 7b656d44a6c381db6b8ab691c386bdb5643fc0a2..5e3f68ffac29945a791fcc84a2c1cee4a035e462 100644
--- a/components/arc/arc_features.cc
+++ b/components/arc/arc_features.cc
@@ -8,7 +8,7 @@ namespace arc {
// Controls if Arc should use silent auth code request API.
const base::Feature kArcUseAuthEndpointFeature {
- "ArcUseAuthEndpoint", base::FEATURE_DISABLED_BY_DEFAULT
+ "ArcUseAuthEndpoint", base::FEATURE_ENABLED_BY_DEFAULT
};
// Controls ACTION_BOOT_COMPLETED broadcast for third party applications on ARC.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698