[AUTO] Patches auto-rebase for master branch (#1211)

[AUTO] Patches auto-rebase for master branch
This commit is contained in:
uazo
2024-06-11 21:49:09 -09:00
committed by GitHub
+2 -2
View File
@@ -374,7 +374,7 @@ diff --git a/chrome/browser/ui/webui/policy/policy_ui_handler.cc b/chrome/browse
#include "components/policy/core/common/policy_scheduler.h"
#include "components/policy/core/common/policy_types.h"
#include "components/policy/core/common/remote_commands/remote_commands_service.h"
@@ -192,6 +194,10 @@ void PolicyUIHandler::RegisterMessages() {
@@ -194,6 +196,10 @@ void PolicyUIHandler::RegisterMessages() {
"exportPoliciesJSON",
base::BindRepeating(&PolicyUIHandler::HandleExportPoliciesJson,
base::Unretained(this)));
@@ -385,7 +385,7 @@ diff --git a/chrome/browser/ui/webui/policy/policy_ui_handler.cc b/chrome/browse
web_ui()->RegisterMessageCallback(
"listenPoliciesUpdates",
base::BindRepeating(&PolicyUIHandler::HandleListenPoliciesUpdates,
@@ -452,8 +458,102 @@ void PolicyUIHandler::SendPolicies() {
@@ -454,8 +460,102 @@ void PolicyUIHandler::SendPolicies() {
"policies-updated",
base::Value(
policy_value_and_status_aggregator_->GetAggregatedPolicyNames()),