Skip to content

Commit aa5f794

Browse files
jklein24Jeremy Klein
authored andcommitted
Switch Android SMS to prod endpoint by default
Bug: 881664 Change-Id: If8bc6ea2368c32a4a76d474ed625a0db5da0492d Reviewed-on: https://chromium-review.googlesource.com/c/1279426 Reviewed-by: Kyle Horimoto <[email protected]> Commit-Queue: Jeremy Klein <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#599792}(cherry picked from commit bbe547a) Reviewed-on: https://chromium-review.googlesource.com/c/1286874 Reviewed-by: Jeremy Klein <[email protected]> Cr-Commit-Position: refs/branch-heads/3578@{#85} Cr-Branched-From: 4226ddf-refs/heads/master@{#599034}
1 parent 13ded78 commit aa5f794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromeos/chromeos_features.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const base::Feature kAndroidMessagesIntegration{
1414

1515
// Point to the production Android Messages URL instead of sandbox.
1616
const base::Feature kAndroidMessagesProdEndpoint{
17-
"AndroidMessagesProdEndpoint", base::FEATURE_DISABLED_BY_DEFAULT};
17+
"AndroidMessagesProdEndpoint", base::FEATURE_ENABLED_BY_DEFAULT};
1818

1919
// Enables or disables native ChromeVox support for Arc.
2020
const base::Feature kChromeVoxArcSupport{"ChromeVoxArcSupport",

0 commit comments

Comments
 (0)