commit | c66d687b9ffbd366ff3a1ca85acb6c0c4eab1ab1 | [log] [tgz] |
---|---|---|
author | mohsen <[email protected]> | Sat Jul 30 01:46:08 2016 |
committer | Commit bot <[email protected]> | Sat Jul 30 01:47:52 2016 |
tree | c314e5ab590591c763100f58b13831f166808245 | |
parent | ada1f290086ca075071746783931ddbe3b653d5f [diff] |
Set Ash material design mode in tests properly Currently, in Ash tests, material design mode is set after call to AshTestBase::SetUp(). This is not right as some setup in AshTestBase might depend on material mode. This CL allows setting material mode before calling AshTestBase::SetUp(). BUG=620093 Review-Url: https://codereview.chromium.org/2186363002 Cr-Commit-Position: refs/heads/master@{#408837}