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

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

Issue 1995613003: views/mus: Fix some flaky crashes during test teardown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@views-mus-more-focus-fix
Patch Set: . Created 4 years, 7 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 | « ui/views/mus/surface_context_factory.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.h
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index a64662b2dcb3669d46691c1a26605bc39615907b..571ad77fab48a29fa9fcae75bb7d5410ce3f3f7f 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -42,11 +42,6 @@ class ViewsTestBase : public PlatformTest {
// cross-platform tests.
Widget::InitParams CreateParams(Widget::InitParams::Type type);
- // Use for tests that you should not create a NativeWidgetMus. Ideally we
- // would use an ifdef, but for the time being we're not compiling differently,
- // so that a define is not possible.
- void DisableNativeWidgetMus();
-
protected:
TestViewsDelegate* views_delegate() const {
return test_helper_->views_delegate();
« no previous file with comments | « ui/views/mus/surface_context_factory.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698