aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc')
-rw-r--r--devel/electron12/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron12/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc b/devel/electron12/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc
deleted file mode 100644
index 514c990e73bd..000000000000
--- a/devel/electron12/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/test/chromedriver/chrome/chrome_finder.cc.orig 2021-01-07 00:36:26 UTC
-+++ chrome/test/chromedriver/chrome/chrome_finder.cc
-@@ -53,7 +53,7 @@ void GetApplicationDirs(std::vector<base::FilePath>* l
- installation_locations[i].Append(L"Chromium\\Application"));
- }
- }
--#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- void GetApplicationDirs(std::vector<base::FilePath>* locations) {
- // TODO: Respect users' PATH variables.
- // Until then, we use an approximation of the most common defaults.
-@@ -139,7 +139,7 @@ bool FindChrome(base::FilePath* browser_exe) {
- #if defined(OS_WIN) || defined(OS_MAC)
- base::FilePath(chrome::kBrowserProcessExecutablePath),
- base::FilePath(chrome::kBrowserProcessExecutablePathChromium)
--#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- base::FilePath("google-chrome"),
- base::FilePath(chrome::kBrowserProcessExecutablePath),
- base::FilePath(chrome::kBrowserProcessExecutablePathChromium),