| 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.
|
|
|