update to 124.0.6367.207
This commit is contained in:
parent
687f3acd55
commit
fe9bc9d89b
958 changed files with 7372 additions and 6231 deletions
|
@ -1,7 +1,7 @@
|
|||
Index: chrome/utility/services.cc
|
||||
--- chrome/utility/services.cc.orig
|
||||
+++ chrome/utility/services.cc
|
||||
@@ -56,7 +56,7 @@
|
||||
@@ -55,7 +55,7 @@
|
||||
#include "chrome/services/system_signals/mac/mac_system_signals_service.h"
|
||||
#endif // BUILDFLAG(IS_MAC)
|
||||
|
||||
|
@ -10,7 +10,7 @@ Index: chrome/utility/services.cc
|
|||
#include "chrome/services/system_signals/linux/linux_system_signals_service.h"
|
||||
#endif // BUILDFLAG(IS_LINUX)
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
@@ -81,7 +81,7 @@
|
||||
#include "chrome/services/file_util/file_util_service.h" // nogncheck
|
||||
#endif
|
||||
|
||||
|
@ -19,7 +19,7 @@ Index: chrome/utility/services.cc
|
|||
#include "chrome/services/file_util/document_analysis_service.h" // nogncheck
|
||||
#endif
|
||||
|
||||
@@ -216,7 +216,7 @@ auto RunMacNotificationService(
|
||||
@@ -212,7 +212,7 @@ auto RunMacNotificationService(
|
||||
}
|
||||
#endif // BUILDFLAG(IS_MAC)
|
||||
|
||||
|
@ -28,7 +28,7 @@ Index: chrome/utility/services.cc
|
|||
auto RunSystemSignalsService(
|
||||
mojo::PendingReceiver<device_signals::mojom::SystemSignalsService>
|
||||
receiver) {
|
||||
@@ -276,7 +276,7 @@ auto RunCupsIppParser(
|
||||
@@ -272,7 +272,7 @@ auto RunCupsIppParser(
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -37,7 +37,7 @@ Index: chrome/utility/services.cc
|
|||
auto RunDocumentAnalysis(
|
||||
mojo::PendingReceiver<chrome::mojom::DocumentAnalysisService> receiver) {
|
||||
return std::make_unique<DocumentAnalysisService>(std::move(receiver));
|
||||
@@ -452,7 +452,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory&
|
||||
@@ -465,7 +465,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory&
|
||||
services.Add(RunWindowsIconReader);
|
||||
#endif // BUILDFLAG(IS_WIN)
|
||||
|
||||
|
@ -46,7 +46,7 @@ Index: chrome/utility/services.cc
|
|||
services.Add(RunSystemSignalsService);
|
||||
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
|
||||
|
||||
@@ -468,7 +468,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory&
|
||||
@@ -481,7 +481,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory&
|
||||
services.Add(RunFileUtil);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue