Skip to content

Commit

Permalink
[AUTO] Patches auto-rebase for master branch (#1211)
Browse files Browse the repository at this point in the history
[AUTO] Patches auto-rebase for master branch
uazo authored Jun 12, 2024
2 parents c87235d + 825e066 commit a1d6a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/patches/add-browser-policy.patch
Original file line number Diff line number Diff line change
@@ -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()),

0 comments on commit a1d6a33

Please sign in to comment.