diff --git a/patches/common/chromium/.patches.yaml b/patches/common/chromium/.patches.yaml index 0e97af44179e..1ee0654639c0 100644 --- a/patches/common/chromium/.patches.yaml +++ b/patches/common/chromium/.patches.yaml @@ -449,3 +449,9 @@ patches: file: disable_extensions_gn.patch description: | Fix build files generation when chrome extensions are disabled. +- + author: Jeremy Apthorp + file: crashpad_http_status.patch + description: | + Accept all HTTP codes in [200, 300) as successful, instead of just 200. + For example HockeyApp responds with 202. diff --git a/patches/common/crashpad/http_status.patch b/patches/common/chromium/crashpad_http_status.patch similarity index 100% rename from patches/common/crashpad/http_status.patch rename to patches/common/chromium/crashpad_http_status.patch diff --git a/patches/common/crashpad/.patches.yaml b/patches/common/crashpad/.patches.yaml deleted file mode 100644 index 102c63372fea..000000000000 --- a/patches/common/crashpad/.patches.yaml +++ /dev/null @@ -1,8 +0,0 @@ -repo: src -patches: -- - author: Jeremy Apthorp - file: http_status.patch - description: | - Accept all HTTP codes in [200, 300) as successful, instead of just 200. - For example HockeyApp responds with 202.