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

Unified Diff: storage/browser/fileapi/file_system_operation_context.cc

Issue 2597773002: Make SupportsUserData sequence-affine instead of thread-affine. (Closed)
Patch Set: leave thread_checker.h include for now Created 4 years 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: storage/browser/fileapi/file_system_operation_context.cc
diff --git a/storage/browser/fileapi/file_system_operation_context.cc b/storage/browser/fileapi/file_system_operation_context.cc
index b392d7be5f94dca20054447cbf507677c9c87bd5..6f03ff45bd18dcc9e9abb6a880d4c66af1723a09 100644
--- a/storage/browser/fileapi/file_system_operation_context.cc
+++ b/storage/browser/fileapi/file_system_operation_context.cc
@@ -27,7 +27,7 @@ FileSystemOperationContext::FileSystemOperationContext(
}
FileSystemOperationContext::~FileSystemOperationContext() {
- DetachUserDataThread();
+ DetachFromSequence();
setter_thread_checker_.DetachFromThread();
}

Powered by Google App Engine
This is Rietveld 408576698