commit | 6ac56418d970fea676aabfa0a778c1db3857a260 | [log] [tgz] |
---|---|---|
author | Scott Violet <[email protected]> | Wed Dec 19 17:25:50 2018 |
committer | Commit Bot <[email protected]> | Wed Dec 19 17:25:50 2018 |
tree | ad7367bbbc8c1558df8791ad9043f172ce482d8d | |
parent | 009e247f3abe3284df948db3a33672b61918ff0d [diff] |
chromeos: removes AshTestEnvironment AshTestEnvironment was doing two things: . responsible for creating the appropriate ScopedTaskEnvironment. . creating a ViewsDelegate. All subclasses created the same ViewsDelegate, so that could be removed. ScopedTaskEnvironment subclasses are only needed for Chrome code, so add an explicit destroy of existing ScopedTaskEnvironment and have chrome create its own. This means ash can get rid of test_support_with_content and test_support_without_content. BUG=none TEST=none [email protected] Change-Id: I916554619b276ca0ebd16aeb3b0fde51a73b61b0 Reviewed-on: https://chromium-review.googlesource.com/c/1383041 Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Xiyuan Xia <[email protected]> Commit-Queue: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#617863}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .