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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 2334533002: base: Move renderer threads to the appropriate cpuset. (Closed)
Patch Set: Created 4 years, 3 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/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 8ac8ad457bce660c23e32d1a16e1fc8babdf41e5..1fbefafee9bbab16222418e3123393eab4a7f1a8 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -171,6 +171,11 @@ class CONTENT_EXPORT RenderMessageFilter : public BrowserMessageFilter {
void DeletedDiscardableSharedMemoryOnFileThread(DiscardableSharedMemoryId id);
void OnDeletedDiscardableSharedMemory(DiscardableSharedMemoryId id);
+ void SetThreadAffinityOnFileThread(base::PlatformThreadId id,
+ base::ThreadPriority priority);
+ void OnSetThreadAffinity(base::PlatformThreadId id,
+ base::ThreadPriority priority);
+
void OnCacheableMetadataAvailable(const GURL& url,
base::Time expected_response_time,
const std::vector<char>& data);

Powered by Google App Engine
This is Rietveld 408576698