Skip to content

Commit

Permalink
Enable CrdRemoteAccess feature
Browse files Browse the repository at this point in the history
This will allow us to go through the launch process.

Bug: N/A
Change-Id: Ibf85236c64a61c5b3c0b9d545641f4eea5202073
Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4110981
Reviewed-by: Ben Franz <bfranz@chromium.org>
Reviewed-by: Joe Downing <joedow@chromium.org>
Commit-Queue: Jeroen Dhollander <jeroendh@google.com>
Cr-Commit-Position: refs/heads/main@{#1084876}
  • Loading branch information
Jeroen Dhollander authored and Chromium LUCI CQ committed Dec 19, 2022
1 parent 04ef7e8 commit 1615725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/host/chromeos/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace remoting::features {

BASE_FEATURE(kEnableCrdAdminRemoteAccess,
"EnableCrdAdminRemoteAccess",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);
BASE_FEATURE(kForceCrdAdminRemoteAccess,
"ForceCrdAdminRemoteAccess",
base::FEATURE_DISABLED_BY_DEFAULT);
Expand Down

0 comments on commit 1615725

Please sign in to comment.