diff --git a/chromium_version.txt b/chromium_version.txt index eaffcf59..a2eb6c55 100644 --- a/chromium_version.txt +++ b/chromium_version.txt @@ -1 +1 @@ -136.0.7103.92 +136.0.7103.113 diff --git a/patches/core/iridium-browser/all-add-trk-prefixes-to-possibly-evil-connections.patch b/patches/core/iridium-browser/all-add-trk-prefixes-to-possibly-evil-connections.patch index 8397d7be..7e86dc56 100644 --- a/patches/core/iridium-browser/all-add-trk-prefixes-to-possibly-evil-connections.patch +++ b/patches/core/iridium-browser/all-add-trk-prefixes-to-possibly-evil-connections.patch @@ -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";