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

Unified Diff: content/browser/resource_context_impl.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: content/browser/resource_context_impl.cc
diff --git a/content/browser/resource_context_impl.cc b/content/browser/resource_context_impl.cc
index 22c12ee987d1f67c7a39b0dc326d7ad7d0a09812..58eb20adebf4beaa94cfb1b0a75a272e40b9e819 100644
--- a/content/browser/resource_context_impl.cc
+++ b/content/browser/resource_context_impl.cc
@@ -97,7 +97,7 @@ void InitializeResourceContext(BrowserContext* browser_context) {
new UserDataAdapter<StreamContext>(
StreamContext::GetFor(browser_context)));
- resource_context->DetachUserDataThread();
+ resource_context->DetachFromSequence();
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698