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

Unified Diff: ui/views/test/scoped_views_test_helper.h

Issue 2488393003: Changes views_aura_mus_unittests to create DesktopNativeWidgetAura (Closed)
Patch Set: remove this and fix mac Created 4 years, 1 month 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 | « ui/views/test/platform_test_helper_cocoa.mm ('k') | ui/views/test/test_platform_native_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/scoped_views_test_helper.h
diff --git a/ui/views/test/scoped_views_test_helper.h b/ui/views/test/scoped_views_test_helper.h
index b3778538204b94b46c0f8da9430b85faa2b01269..bac1de0635ebf3f355d5401f5fc2a5a35f85b59a 100644
--- a/ui/views/test/scoped_views_test_helper.h
+++ b/ui/views/test/scoped_views_test_helper.h
@@ -39,6 +39,10 @@ class ScopedViewsTestHelper {
TestViewsDelegate* views_delegate() { return views_delegate_.get(); };
+ PlatformTestHelper* platform_test_helper() {
+ return platform_test_helper_.get();
+ }
+
private:
std::unique_ptr<TestViewsDelegate> views_delegate_;
std::unique_ptr<ViewsTestHelper> test_helper_;
« no previous file with comments | « ui/views/test/platform_test_helper_cocoa.mm ('k') | ui/views/test/test_platform_native_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698