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

Unified Diff: content/browser/device_sensors/data_fetcher_shared_memory.h

Issue 2410123002: Remove content::BrowserThread knowledge from Device Sensors (Closed)
Patch Set: Handle DeviceSensorService's ThreadChecker Created 4 years, 2 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/device_sensors/data_fetcher_shared_memory.h
diff --git a/content/browser/device_sensors/data_fetcher_shared_memory.h b/content/browser/device_sensors/data_fetcher_shared_memory.h
index 6b209ae289ec64d5c50d40dd02c3671749fa7771..e554c5e8895784d22f65823823b5c2ea56b44d09 100644
--- a/content/browser/device_sensors/data_fetcher_shared_memory.h
+++ b/content/browser/device_sensors/data_fetcher_shared_memory.h
@@ -38,7 +38,7 @@ class CONTENT_EXPORT DataFetcherSharedMemory
~DataFetcherSharedMemory() override;
#if defined(OS_ANDROID)
- void Shutdown() override;
+ void ShutDownOnUIThread() override;
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698