Update to Chromium version 132.0.6834.57

This commit is contained in:
Marshall Greenblatt
2025-01-03 22:07:44 +00:00
committed by Marshall Greenblatt
parent c82167e9d5
commit cac57a77ee
5 changed files with 15 additions and 15 deletions

View File

@ -1,8 +1,8 @@
diff --git chrome/browser/renderer_context_menu/render_view_context_menu.cc chrome/browser/renderer_context_menu/render_view_context_menu.cc
index a1564ffe50f30..bfafcad73a2a2 100644
index 3a897a52f50ca..4b8cc9027c6af 100644
--- chrome/browser/renderer_context_menu/render_view_context_menu.cc
+++ chrome/browser/renderer_context_menu/render_view_context_menu.cc
@@ -359,6 +359,18 @@ base::OnceCallback<void(RenderViewContextMenu*)>* GetMenuShownCallback() {
@@ -360,6 +360,18 @@ base::OnceCallback<void(RenderViewContextMenu*)>* GetMenuShownCallback() {
return callback.get();
}
@ -21,7 +21,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644
enum class UmaEnumIdLookupType {
GeneralEnumId,
ContextSpecificEnumId,
@@ -627,6 +639,10 @@ int FindUMAEnumValueForCommand(int id, UmaEnumIdLookupType type) {
@@ -629,6 +641,10 @@ int FindUMAEnumValueForCommand(int id, UmaEnumIdLookupType type) {
return 1;
}
@ -32,7 +32,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644
id = CollapseCommandsForUMA(id);
const auto& map = GetIdcToUmaMap(type);
auto it = map.find(id);
@@ -908,6 +924,14 @@ RenderViewContextMenu::RenderViewContextMenu(
@@ -910,6 +926,14 @@ RenderViewContextMenu::RenderViewContextMenu(
: nullptr;
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -47,7 +47,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644
observers_.AddObserver(&autofill_context_menu_manager_);
}
@@ -1364,6 +1388,12 @@ void RenderViewContextMenu::InitMenu() {
@@ -1366,6 +1390,12 @@ void RenderViewContextMenu::InitMenu() {
autofill_client->HideAutofillSuggestions(
autofill::SuggestionHidingReason::kContextMenuOpened);
}
@ -60,7 +60,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644
}
Profile* RenderViewContextMenu::GetProfile() const {
@@ -3630,6 +3660,26 @@ void RenderViewContextMenu::RegisterExecutePluginActionCallbackForTesting(
@@ -3650,6 +3680,26 @@ void RenderViewContextMenu::RegisterExecutePluginActionCallbackForTesting(
execute_plugin_action_callback_ = std::move(cb);
}