aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc')
-rw-r--r--www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc b/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc
deleted file mode 100644
index 9f2d83681516..000000000000
--- a/www/chromium/files/patch-chrome_browser_safe__browsing_permission__reporter.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/browser/safe_browsing/permission_reporter.cc.orig 2017-06-05 19:03:03 UTC
-+++ chrome/browser/safe_browsing/permission_reporter.cc
-@@ -188,7 +188,7 @@ bool PermissionReporter::BuildReport(const PermissionR
- #if defined(OS_ANDROID)
- report.set_platform_type(PermissionReport::ANDROID_PLATFORM);
- #elif defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_CHROMEOS) || \
-- defined(OS_LINUX)
-+ defined(OS_LINUX) || defined(OS_BSD)
- report.set_platform_type(PermissionReport::DESKTOP_PLATFORM);
- #else
- #error Unsupported platform.