Chromium Code Reviews| Index: content/browser/browser_main_loop.cc |
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
| index 577962db43a02a27ea8e0f2a837210cdb20a8c28..14204b7c984150d6300bbdbf27290c36eeb4b8d4 100644 |
| --- a/content/browser/browser_main_loop.cc |
| +++ b/content/browser/browser_main_loop.cc |
| @@ -466,7 +466,7 @@ void BrowserMainLoop::MainMessageLoopStart() { |
| } |
| { |
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:DataFetcher") |
| - DataFetcherImplAndroid::Init(base::android::AttachCurrentThread()); |
| + DataFetcherImplAndroid::Register(base::android::AttachCurrentThread()); |
|
bulach
2013/07/10 16:59:41
sorry, I just noticed this is in the wrong place :
timvolodine
2013/07/11 14:31:34
ok, I've pulled out this change into a separate CL
|
| } |
| #endif |