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

Unified Diff: components/sync/driver/directory_data_type_controller.h

Issue 2769113002: [Sync] Stop accessing BrowserContextKeyedServiceFactory on non-UI thread. (Closed)
Patch Set: Rebase and removing dependent patch set. Created 3 years, 9 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: components/sync/driver/directory_data_type_controller.h
diff --git a/components/sync/driver/directory_data_type_controller.h b/components/sync/driver/directory_data_type_controller.h
index a521be1dd9ab3d7e1d87465f721cda08076e5add..b9ad0119b7673f37cc904c268d4e9ded468340d8 100644
--- a/components/sync/driver/directory_data_type_controller.h
+++ b/components/sync/driver/directory_data_type_controller.h
@@ -73,6 +73,7 @@ class DirectoryDataTypeController : public DataTypeController {
// Function to capture and upload a stack trace when an error occurs.
base::Closure dump_stack_;
+ // Non-owning pointer, should only be accessed on the UI thread.
SyncClient* const sync_client_;
private:

Powered by Google App Engine
This is Rietveld 408576698