Always run after-startup-tasks in the scope of the unit test that posted them.
Bug: 732018, 753403
Change-Id: I318e82f3aa2969d6e338a33905ec7cd256d32d9c
Reviewed-on: https://chromium-review.googlesource.com/538898
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Reviewed-by: Charlie Harrison <[email protected]>
Commit-Queue: Gabriel Charette <[email protected]>
Cr-Commit-Position: refs/heads/master@{#493468}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1eadaa8..22b9286 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -270,6 +270,8 @@
"accessibility/one_shot_accessibility_tree_search.cc",
"accessibility/one_shot_accessibility_tree_search.h",
"accessibility/web_contents_accessibility.h",
+ "after_startup_task_utils.cc",
+ "after_startup_task_utils.h",
"android/android_overlay_provider_impl.cc",
"android/android_overlay_provider_impl.h",
"android/app_web_message_port.cc",