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

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:
electron-roller[bot] 2024-08-14 16:47:37 -04:00 committed by GitHub
parent 286384258b
commit a7c52f1fb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 97 additions and 90 deletions

View file

@ -79,6 +79,8 @@ class BrowserProcessImpl : public BrowserProcess {
metrics::MetricsService* metrics_service() override;
ProfileManager* profile_manager() override;
PrefService* local_state() override;
signin::ActivePrimaryAccountsMetricsRecorder*
active_primary_accounts_metrics_recorder() override;
scoped_refptr<network::SharedURLLoaderFactory> shared_url_loader_factory()
override;
variations::VariationsService* variations_service() override;