summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch
diff options
context:
space:
mode:
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.patch14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index dee938a..0000000
--- a/www/chromium-uc/patches/core/ungoogled-chromium/disable-profile-avatar-downloading.patch
+++ /dev/null
@@ -1,14 +0,0 @@
1# Stop downloading of profile avatar (trk:271:...)
2
3--- chrome/browser/profiles/profile_avatar_downloader.cc.orig
4+++ chrome/browser/profiles/profile_avatar_downloader.cc
5@@ -27,8 +27,7 @@ ProfileAvatarDownloader::ProfileAvatarDo
6 FetchCompleteCallback callback)
7 : icon_index_(icon_index), callback_(std::move(callback)) {
8 DCHECK(!callback_.is_null());
9- GURL url(std::string(kHighResAvatarDownloadUrlPrefix) +
10- profiles::GetDefaultAvatarIconFileNameAtIndex(icon_index));
11+ GURL url(std::string("about:blank"));
12 net::NetworkTrafficAnnotationTag traffic_annotation =
13 net::DefineNetworkTrafficAnnotation("profile_avatar", R"(
14 semantics {