diff options
| author | Shokara Kou <kou@13f0.net> | 2022-06-08 08:43:41 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-06-08 09:01:47 -0400 |
| commit | 45b7fe33fcca66111d3f1bba4b75e5438362dd80 (patch) | |
| tree | 5aa46761f97d2329fabf4c5e2a8ab9dca36db3e8 /www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch | |
| parent | 8fe8e03bb8c52fac64b52839d7af4f47b718f405 (diff) | |
update ugc to 100.0.4896.75
Diffstat (limited to 'www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch')
| -rw-r--r-- | www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch b/www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch index dee938a..279269e 100644 --- a/www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch +++ b/www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Stop downloading of profile avatar (trk:271:...) | 1 | # Stop downloading of profile avatar (trk:271:...) |
| 2 | 2 | ||
| 3 | --- chrome/browser/profiles/profile_avatar_downloader.cc.orig | 3 | --- a/chrome/browser/profiles/profile_avatar_downloader.cc |
| 4 | +++ chrome/browser/profiles/profile_avatar_downloader.cc | 4 | +++ b/chrome/browser/profiles/profile_avatar_downloader.cc |
| 5 | @@ -27,8 +27,7 @@ ProfileAvatarDownloader::ProfileAvatarDo | 5 | @@ -27,8 +27,7 @@ ProfileAvatarDownloader::ProfileAvatarDo |
| 6 | FetchCompleteCallback callback) | 6 | FetchCompleteCallback callback) |
| 7 | : icon_index_(icon_index), callback_(std::move(callback)) { | 7 | : icon_index_(icon_index), callback_(std::move(callback)) { |
