| Index: components/keyed_service/content/browser_context_dependency_manager.cc
|
| diff --git a/components/keyed_service/content/browser_context_dependency_manager.cc b/components/keyed_service/content/browser_context_dependency_manager.cc
|
| index 7e00023aab4e6307ee3841eaec7ea06dff44e27b..cc112d39ff7790d5af897d915ffa5a03d59db9b7 100644
|
| --- a/components/keyed_service/content/browser_context_dependency_manager.cc
|
| +++ b/components/keyed_service/content/browser_context_dependency_manager.cc
|
| @@ -21,6 +21,9 @@ const char kDumpBrowserContextDependencyGraphFlag[] =
|
| void BrowserContextDependencyManager::RegisterProfilePrefsForServices(
|
| const content::BrowserContext* context,
|
| user_prefs::PrefRegistrySyncable* pref_registry) {
|
| + TRACE_EVENT0(
|
| + "browser",
|
| + "BrowserContextDependencyManager::RegisterProfilePrefsForServices");
|
| RegisterPrefsForServices(context, pref_registry);
|
| }
|
|
|
|
|