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

Unified Diff: test/inspector/task-runner.h

Issue 2836623002: [inspector] always include user scripts in the snapshot. (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « test/inspector/inspector-test.cc ('k') | test/inspector/task-runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/task-runner.h
diff --git a/test/inspector/task-runner.h b/test/inspector/task-runner.h
index ff86838b4b635d5afbbe598a324107600f6481a7..c4adf7e4f159e5dd13700a00459bfe77bf525bae 100644
--- a/test/inspector/task-runner.h
+++ b/test/inspector/task-runner.h
@@ -45,7 +45,8 @@ class TaskRunner : public v8::base::Thread {
using SetupGlobalTasks = std::vector<std::unique_ptr<SetupGlobalTask>>;
TaskRunner(SetupGlobalTasks setup_global_tasks, bool catch_exceptions,
- v8::base::Semaphore* ready_semaphore);
+ v8::base::Semaphore* ready_semaphore,
+ v8::StartupData* startup_data);
virtual ~TaskRunner();
// Thread implementation.
@@ -78,6 +79,7 @@ class TaskRunner : public v8::base::Thread {
Task* GetNext(bool only_protocol);
SetupGlobalTasks setup_global_tasks_;
+ v8::StartupData* startup_data_;
bool catch_exceptions_;
v8::base::Semaphore* ready_semaphore_;
« no previous file with comments | « test/inspector/inspector-test.cc ('k') | test/inspector/task-runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698