aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_new__tab__page_modules_drive_drive__service.cc
blob: d72af06268dc0ef0820261d9daaec3c99902fdbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/new_tab_page/modules/drive/drive_service.cc.orig	2023-04-22 17:45:15 UTC
+++ chrome/browser/new_tab_page/modules/drive/drive_service.cc
@@ -28,7 +28,7 @@
 #include "services/network/public/cpp/resource_request.h"
 
 namespace {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 constexpr char kPlatform[] = "LINUX";
 #elif BUILDFLAG(IS_WIN)
 constexpr char kPlatform[] = "WINDOWS";