aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_search_drive_drive__service.cc
blob: 9a7c1b397c42e4a200512ca633ee9817bd43b399 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/search/drive/drive_service.cc.orig	2021-06-10 11:15:16 UTC
+++ chrome/browser/search/drive/drive_service.cc
@@ -19,6 +19,8 @@ namespace {
 constexpr char kDriveScope[] = "https://www.googleapis.com/auth/drive.readonly";
 #if OS_LINUX
 constexpr char kPlatform[] = "LINUX";
+#elif OS_FREEBSD
+constexpr char kPlatform[] = "FREEBSD";
 #elif OS_WIN
 constexpr char kPlatform[] = "WINDOWS";
 #elif OS_MAC