Commit cce7e10d authored by Jon Mann's avatar Jon Mann Committed by Commit Bot

Enable new URL for Messages by default.

Bug: 945522
Change-Id: I9a039f9eeb3327932ac11c24352e26d6e7ac4e2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638946Reviewed-by: default avatarJeremy Klein <jlklein@chromium.org>
Commit-Queue: Jon Mann <jonmann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665615}
parent 20ef9153
...@@ -58,7 +58,7 @@ const base::Feature kEnableFileManagerPiexWasm{ ...@@ -58,7 +58,7 @@ const base::Feature kEnableFileManagerPiexWasm{
// Enables or disables web push for background notifications in // Enables or disables web push for background notifications in
// Android Messages Integration on Chrome OS. // Android Messages Integration on Chrome OS.
const base::Feature kEnableMessagesWebPush{"EnableMessagesWebPush", const base::Feature kEnableMessagesWebPush{"EnableMessagesWebPush",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Enables the use of Mojo by Chrome-process code to communicate with Power // Enables the use of Mojo by Chrome-process code to communicate with Power
// Manager. In order to use mojo, this feature must be turned on and a callsite // Manager. In order to use mojo, this feature must be turned on and a callsite
...@@ -117,7 +117,7 @@ const base::Feature kUpdatedCellularActivationUi{ ...@@ -117,7 +117,7 @@ const base::Feature kUpdatedCellularActivationUi{
// Use the messages.google.com domain as part of the "Messages" feature under // Use the messages.google.com domain as part of the "Messages" feature under
// "Connected Devices" settings. // "Connected Devices" settings.
const base::Feature kUseMessagesGoogleComDomain{ const base::Feature kUseMessagesGoogleComDomain{
"UseMessagesGoogleComDomain", base::FEATURE_DISABLED_BY_DEFAULT}; "UseMessagesGoogleComDomain", base::FEATURE_ENABLED_BY_DEFAULT};
// Use the staging URL as part of the "Messages" feature under "Connected // Use the staging URL as part of the "Messages" feature under "Connected
// Devices" settings. // Devices" settings.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment