Skip to content

Commit 1a4952e

Browse files
Update to Chromium 136.0.7103.113
1 parent ecacfbb commit 1a4952e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

chromium_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
136.0.7103.92
1+
136.0.7103.113

patches/core/iridium-browser/all-add-trk-prefixes-to-possibly-evil-connections.patch

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ by default.
423423
const char kExtensionsMenuUtmSource[] = "ext_extensions_menu";
424424
--- a/google_apis/gaia/gaia_constants.cc
425425
+++ b/google_apis/gaia/gaia_constants.cc
426-
@@ -14,169 +14,169 @@ const char kChromeSource[] = "ChromiumBr
426+
@@ -14,173 +14,173 @@ const char kChromeSource[] = "ChromiumBr
427427
const char kUnexpectedServiceResponse[] = "UnexpectedServiceResponse";
428428

429429
// OAuth scopes.
@@ -579,6 +579,11 @@ by default.
579579
- "https://www.googleapis.com/auth/experimentsandconfigs";
580580
+ "trk:209:https://www.googleapis.com/auth/experimentsandconfigs";
581581

582+
// OAuth2 scope for access for DriveFS to use client-side notifications.
583+
const char kClientChannelOAuth2Scope[] =
584+
- "https://www.googleapis.com/auth/client_channel";
585+
+ "trk:210:https://www.googleapis.com/auth/client_channel";
586+
582587
// The scope required for an access token in order to query ItemSuggest.
583588
const char kDriveReadOnlyOAuth2Scope[] =
584589
- "https://www.googleapis.com/auth/drive.readonly";

0 commit comments

Comments
 (0)