Skip to content

Commit d4bff63

Browse files
committed
Update to Chromium 135.0.7049.95
1 parent d6fb611 commit d4bff63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chromium_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
135.0.7049.84
1+
135.0.7049.95

patches/extra/ungoogled-chromium/add-flag-to-show-avatar-button.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
22
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
3-
@@ -484,6 +484,17 @@ void ToolbarView::Init() {
3+
@@ -489,6 +489,17 @@ void ToolbarView::Init() {
44
browser_->profile()->IsGuestSession() ||
55
browser_->profile()->IsRegularProfile();
66
#endif

patches/extra/ungoogled-chromium/add-flag-to-spoof-webgl-renderer-info.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
// Feature declarations and associated constants (feature params, et cetera)
8787
--- a/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
8888
+++ b/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
89-
@@ -3860,6 +3860,8 @@ ScriptValue WebGLRenderingContextBase::g
89+
@@ -3861,6 +3861,8 @@ ScriptValue WebGLRenderingContextBase::g
9090
pname, IdentifiabilityBenignStringToken(
9191
String(ContextGL()->GetString(GL_RENDERER))));
9292
}
@@ -95,7 +95,7 @@
9595
return WebGLAny(script_state,
9696
String(ContextGL()->GetString(GL_RENDERER)));
9797
}
98-
@@ -3875,6 +3877,8 @@ ScriptValue WebGLRenderingContextBase::g
98+
@@ -3876,6 +3878,8 @@ ScriptValue WebGLRenderingContextBase::g
9999
pname, IdentifiabilityBenignStringToken(
100100
String(ContextGL()->GetString(GL_VENDOR))));
101101
}

0 commit comments

Comments
 (0)