diff options
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 279269e..dee938a 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 | --- a/chrome/browser/profiles/profile_avatar_downloader.cc | 3 | --- chrome/browser/profiles/profile_avatar_downloader.cc.orig |
| 4 | +++ b/chrome/browser/profiles/profile_avatar_downloader.cc | 4 | +++ 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)) { |
