| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index bb86b5c60c33ee9f671eebabde84c55ea5cd500f..a44cf882140121cfe1f225507b59dca4b0da13cf 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -465,7 +465,7 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| }
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:DataFetcher")
|
| - DataFetcherImplAndroid::Init(base::android::AttachCurrentThread());
|
| + DataFetcherImplAndroid::Register(base::android::AttachCurrentThread());
|
| }
|
| #endif
|
|
|
|
|