Skip to content

Commit

Permalink
Update to Chromium 116.0.5845.140
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Aug 29, 2023
1 parent f2d00cb commit b3f5759
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
116.0.5845.111
116.0.5845.140
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,7 @@
"//components/safe_browsing/content/browser:safe_browsing_service",
"//components/safe_browsing/content/browser/password_protection",
"//components/safe_browsing/content/browser/password_protection:test_support",
@@ -6367,7 +6366,6 @@ test("unit_tests") {
@@ -6368,7 +6367,6 @@ test("unit_tests") {
"//components/resources",
"//components/safe_browsing:buildflags",
"//components/safe_browsing/content/browser",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5999,15 +5999,15 @@
#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_IOS)
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -106139,7 +106139,6 @@ Full version information for the fingerp
@@ -106141,7 +106141,6 @@ Full version information for the fingerp
<int value="3" label="kRestoreOnStartup"/>
<int value="4" label="kURLsToRestoreOnStartup"/>
<int value="5" label="extensions::pref_names::kExtensions"/>
- <int value="6" label="kGoogleServicesLastUsername"/>
<int value="7" label="kSearchProviderOverrides"/>
<int value="8" label="kDefaultSearchProviderSearchURL (Obsolete 12/2016)"/>
<int value="9" label="kDefaultSearchProviderKeyword (Obsolete 12/2016)"/>
@@ -106154,10 +106153,7 @@ Full version information for the fingerp
@@ -106156,10 +106155,7 @@ Full version information for the fingerp
<int value="18" label="kSafeBrowsingIncidentsSent"/>
<int value="19" label="kSwReporterPromptVersion"/>
<int value="20" label="kSwReporterPromptReason"/>
Expand Down
4 changes: 2 additions & 2 deletions patches/extra/bromite/flag-max-connections-per-host.patch
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ with limited CPU/memory resources and it is disabled by default.

--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2107,6 +2107,10 @@ const char kUnthrottledNestedTimeoutDesc
@@ -2110,6 +2110,10 @@ const char kUnthrottledNestedTimeoutDesc
"websites abusing the API will still eventually have their setTimeouts "
"clamped.";

Expand All @@ -113,7 +113,7 @@ with limited CPU/memory resources and it is disabled by default.
const char kMediaRouterCastAllowAllIPsDescription[] =
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1179,6 +1179,9 @@ extern const char kLogJsConsoleMessagesD
@@ -1182,6 +1182,9 @@ extern const char kLogJsConsoleMessagesD
extern const char kUnthrottledNestedTimeoutName[];
extern const char kUnthrottledNestedTimeoutDescription[];

Expand Down

0 comments on commit b3f5759

Please sign in to comment.