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

Unified Diff: base/task_scheduler/environment_config.h

Issue 2902753003: Implement Shared SingleThreadTaskRunners in the Task Scheduler (Closed)
Patch Set: Change Dependent Change Created 3 years, 7 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: base/task_scheduler/environment_config.h
diff --git a/base/task_scheduler/environment_config.h b/base/task_scheduler/environment_config.h
index 63bb472263bad99667c75d29da381076ff24152e..3a86453c272b8c714c6d28bfd514cdc300a230f9 100644
--- a/base/task_scheduler/environment_config.h
+++ b/base/task_scheduler/environment_config.h
@@ -37,7 +37,7 @@ constexpr struct {
{"ForegroundBlocking", base::ThreadPriority::NORMAL},
};
-size_t GetEnvironmentIndexForTraits(const TaskTraits& traits);
+size_t BASE_EXPORT GetEnvironmentIndexForTraits(const TaskTraits& traits);
fdoray 2017/05/25 17:02:59 #include "base/base_export.h"
robliao 2017/05/30 20:01:06 Done.
} // namespace internal
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698