mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: bump chromium to 129.0.6656.0 (main) (#43323)
* chore: bump chromium in DEPS to 129.0.6656.0 * chore: update patches * 5750664: Introduce Signin.NumberOfActiveAccounts.* metrics https://chromium-review.googlesource.com/c/chromium/src/+/5750664 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
committed by
GitHub
parent
286384258b
commit
a7c52f1fb2
@@ -169,6 +169,11 @@ PrefService* BrowserProcessImpl::local_state() {
|
||||
return local_state_.get();
|
||||
}
|
||||
|
||||
signin::ActivePrimaryAccountsMetricsRecorder*
|
||||
BrowserProcessImpl::active_primary_accounts_metrics_recorder() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
scoped_refptr<network::SharedURLLoaderFactory>
|
||||
BrowserProcessImpl::shared_url_loader_factory() {
|
||||
return system_network_context_manager()->GetSharedURLLoaderFactory();
|
||||
|
||||
Reference in New Issue
Block a user