summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2025-06-20 19:56:17 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2025-06-20 19:56:17 -0400
commitfa8402946a8ab82361b813735d9ded9267ed7b86 (patch)
tree72a8376052ee7fbf667afdc13f5dafa22943c4e7 /www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch
parentc7a5f709d1082c968116f06adcdf16dc7ffcff53 (diff)
downloadppo-fa8402946a8ab82361b813735d9ded9267ed7b86.tar.xz
chromium 139.0.7246.0 and cleanup
Diffstat (limited to 'www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch')
-rw-r--r--www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch b/www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch
deleted file mode 100644
index a0d33bf..0000000
--- a/www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tools/metrics/histograms/expand_owners.py b/tools/metrics/histograms/expand_owners.py
-index cd176513b8..dfbf9ac93f 100644
---- a/tools/metrics/histograms/expand_owners.py
-+++ b/tools/metrics/histograms/expand_owners.py
-@@ -306,6 +306,7 @@ def ExtractComponentViaDirmd(path):
- """
- # Verify that the paths are absolute and the root is a parent of the
- # passed in path.
-+ return ""
- root_path = os.path.abspath(os.path.join(*DIR_ABOVE_TOOLS))
- path = os.path.abspath(path)
- if not path.startswith(root_path):