| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 00ba343f8638f39a5a7602b190485e344f3c74c6..a97a489496944e180226e22a28bc9f5d18b879cd 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -682,9 +682,6 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| DOMStorageArea::EnableAggressiveCommitDelay();
|
| }
|
|
|
| - GeolocationProvider::SetGeolocationDelegate(
|
| - GetContentClient()->browser()->CreateGeolocationDelegate());
|
| -
|
| // Enable memory-infra dump providers.
|
| InitSkiaEventTracer();
|
| tracing::ProcessMetricsMemoryDumpProvider::RegisterForProcess(
|
|
|