aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_search_drive_drive__service.cc
blob: e650cbd3c101285ad11eafbdb075f2d3a77ddefd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/search/drive/drive_service.cc.orig	2021-07-19 18:45:09 UTC
+++ chrome/browser/search/drive/drive_service.cc
@@ -27,6 +27,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