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

Unified Diff: components/constrained_window/constrained_window_views_unittest.cc

Issue 2758323002: Broke out layout metric information from ViewsDelegate to LayoutProvider (Closed)
Patch Set: Final feedback addressed 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 | « chrome/test/base/browser_with_test_window_test.cc ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window/constrained_window_views_unittest.cc
diff --git a/components/constrained_window/constrained_window_views_unittest.cc b/components/constrained_window/constrained_window_views_unittest.cc
index 26a4b6a21b77f6cee88cb3363863d4f26089eb5f..b0c98d3f4d18e52ddf03c5ff264cd69fd0406086 100644
--- a/components/constrained_window/constrained_window_views_unittest.cc
+++ b/components/constrained_window/constrained_window_views_unittest.cc
@@ -220,7 +220,7 @@ TEST_F(ConstrainedWindowViewsTest, MaximumWebContentsDialogSize) {
// Ensure CreateBrowserModalDialogViews() works correctly with a null parent.
TEST_F(ConstrainedWindowViewsTest, NullModalParent) {
// Use desktop widgets (except on ChromeOS) for extra coverage.
- views_delegate()->set_use_desktop_native_widgets(true);
+ test_views_delegate()->set_use_desktop_native_widgets(true);
SetConstrainedWindowViewsClient(
base::MakeUnique<TestConstrainedWindowViewsClient>());
« no previous file with comments | « chrome/test/base/browser_with_test_window_test.cc ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698