| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 9e210198978210918d940835ef7cdefa1a72ff5c..421e75ef86d928e0ec43c4d70d34a1552cf470b1 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -71,6 +71,7 @@
|
| #include "content/common/mojo/mojo_shell_connection_impl.h"
|
| #include "content/public/browser/browser_main_parts.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| +#include "content/public/browser/geolocation_provider.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/browser/tracing_controller.h"
|
| #include "content/public/common/content_client.h"
|
| @@ -679,6 +680,9 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| DOMStorageArea::EnableAggressiveCommitDelay();
|
| }
|
|
|
| + GeolocationProvider::SetGeolocationDelegate(
|
| + GetContentClient()->browser()->CreateGeolocationDelegate());
|
| +
|
| // Enable memory-infra dump providers.
|
| InitSkiaEventTracer();
|
| tracing::ProcessMetricsMemoryDumpProvider::RegisterForProcess(
|
|
|