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

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

Issue 378663002: MacViews: Disable animations when running views_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create ViewsTestHelperMac Created 6 years, 5 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 | « no previous file | ui/views/test/views_test_helper_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper.cc
diff --git a/ui/views/test/views_test_helper.cc b/ui/views/test/views_test_helper.cc
index c0268f4402752a32e11a85c9dcb2ac4c2ec57df6..e8dfdd15a749a24ac1dc81ed67c424b690bfa77b 100644
--- a/ui/views/test/views_test_helper.cc
+++ b/ui/views/test/views_test_helper.cc
@@ -6,14 +6,6 @@
namespace views {
-#if !defined(USE_AURA)
-// static
-ViewsTestHelper* ViewsTestHelper::Create(base::MessageLoopForUI* message_loop,
- ui::ContextFactory* context_factory) {
- return new ViewsTestHelper;
-}
-#endif
-
ViewsTestHelper::ViewsTestHelper() {
}
« no previous file with comments | « no previous file | ui/views/test/views_test_helper_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698