Update to Chromium 135.0.7049.95

This commit is contained in:
Blaise
2025-04-15 15:47:24 -05:00
parent d6fb611cd7
commit d4bff63612
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
135.0.7049.84
135.0.7049.95

View File

@@ -1,6 +1,6 @@
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -484,6 +484,17 @@ void ToolbarView::Init() {
@@ -489,6 +489,17 @@ void ToolbarView::Init() {
browser_->profile()->IsGuestSession() ||
browser_->profile()->IsRegularProfile();
#endif

View File

@@ -86,7 +86,7 @@
// Feature declarations and associated constants (feature params, et cetera)
--- a/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
+++ b/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
@@ -3860,6 +3860,8 @@ ScriptValue WebGLRenderingContextBase::g
@@ -3861,6 +3861,8 @@ ScriptValue WebGLRenderingContextBase::g
pname, IdentifiabilityBenignStringToken(
String(ContextGL()->GetString(GL_RENDERER))));
}
@@ -95,7 +95,7 @@
return WebGLAny(script_state,
String(ContextGL()->GetString(GL_RENDERER)));
}
@@ -3875,6 +3877,8 @@ ScriptValue WebGLRenderingContextBase::g
@@ -3876,6 +3878,8 @@ ScriptValue WebGLRenderingContextBase::g
pname, IdentifiabilityBenignStringToken(
String(ContextGL()->GetString(GL_VENDOR))));
}