forked from Lainports/opnsense-ports
11 lines
400 B
C++
11 lines
400 B
C++
--- chrome/updater/app/app_install.cc.orig 2022-09-24 10:57:32 UTC
|
|
+++ chrome/updater/app/app_install.cc
|
|
@@ -215,7 +215,7 @@ void AppInstall::WakeCandidate() {
|
|
update_service_internal, base::WrapRefCounted(this)));
|
|
}
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
// TODO(crbug.com/1276114) - implement.
|
|
void AppInstall::WakeCandidateDone() {
|
|
NOTIMPLEMENTED();
|