Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1488)

Unified Diff: content/browser/browser_main_loop.cc

Issue 18572014: Implement Android shared memory data fetcher for Device Motion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-sync-12June-tryASYNC-2-bis-tryRebase-6
Patch Set: fixed comments, added proper singleton implementation and shutdown. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698