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

Unified Diff: ash/test/ash_test_helper.cc

Issue 2758323002: Broke out layout metric information from ViewsDelegate to LayoutProvider (Closed)
Patch Set: Addressed Feedback. Renamed ViewsLayoutDelegate to LayoutDelegate and ChromeViewsLayoutDelegate to … 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
Index: ash/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index b18a6c98579fe9bff40205418bbd310b7e080d36..4044ab736a20d632e531a6cb6aabf93cf39344d4 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -88,7 +88,7 @@ void AshTestHelper::SetUp(bool start_session) {
// WindowManager creates WMState for mash.
if (config_ == Config::CLASSIC)
wm_state_ = base::MakeUnique<::wm::WMState>();
- views_delegate_ = ash_test_environment_->CreateViewsDelegate();
+ test_views_delegate_ = ash_test_environment_->CreateViewsDelegate();
// Disable animations during tests.
zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode(

Powered by Google App Engine
This is Rietveld 408576698