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

Unified Diff: ui/views/test/test_views.cc

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/test_platform_native_widget.h ('k') | ui/views/test/views_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/test_views.cc
diff --git a/ui/views/test/test_views.cc b/ui/views/test/test_views.cc
index 78239f384a4993997cda723d7da46b0b33fba3ef..837f2cece5a0d0abb51597bf3406cda83720ac8c 100644
--- a/ui/views/test/test_views.cc
+++ b/ui/views/test/test_views.cc
@@ -53,8 +53,8 @@ void CloseWidgetView::OnEvent(ui::Event* event) {
if (event->type() == event_type_) {
// Go through NativeWidgetPrivate to simulate what happens if the OS
// deletes the NativeWindow out from under us.
- // TODO(tapted): Change this to WidgetTest::SimulateNativeDestroy for a more
- // authentic test on Mac.
+ // TODO(tapted): Change this to ViewsTestBase::SimulateNativeDestroy for a
+ // more authentic test on Mac.
GetWidget()->native_widget_private()->CloseNow();
} else {
View::OnEvent(event);
« no previous file with comments | « ui/views/test/test_platform_native_widget.h ('k') | ui/views/test/views_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698