Update to Chromium 136.0.7103.113

This commit is contained in:
networkException
2025-05-14 20:06:15 +02:00
parent ecacfbbb50
commit 1a4952eb9e
2 changed files with 7 additions and 2 deletions

View File

@@ -1 +1 @@
136.0.7103.92
136.0.7103.113

View File

@@ -423,7 +423,7 @@ by default.
const char kExtensionsMenuUtmSource[] = "ext_extensions_menu";
--- a/google_apis/gaia/gaia_constants.cc
+++ b/google_apis/gaia/gaia_constants.cc
@@ -14,169 +14,169 @@ const char kChromeSource[] = "ChromiumBr
@@ -14,173 +14,173 @@ const char kChromeSource[] = "ChromiumBr
const char kUnexpectedServiceResponse[] = "UnexpectedServiceResponse";
// OAuth scopes.
@@ -579,6 +579,11 @@ by default.
- "https://www.googleapis.com/auth/experimentsandconfigs";
+ "trk:209:https://www.googleapis.com/auth/experimentsandconfigs";
// OAuth2 scope for access for DriveFS to use client-side notifications.
const char kClientChannelOAuth2Scope[] =
- "https://www.googleapis.com/auth/client_channel";
+ "trk:210:https://www.googleapis.com/auth/client_channel";
// The scope required for an access token in order to query ItemSuggest.
const char kDriveReadOnlyOAuth2Scope[] =
- "https://www.googleapis.com/auth/drive.readonly";