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

Unified Diff: ash/mus/test/ash_test_impl_mus.cc

Issue 2790903002: Makes AshTestImpl::Create create the right impl based on config (Closed)
Patch Set: feedback Created 3 years, 9 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 | « ash/BUILD.gn ('k') | ash/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/ash_test_impl_mus.cc
diff --git a/ash/mus/test/ash_test_impl_mus.cc b/ash/mus/test/ash_test_impl_mus.cc
index 71a44f4e7c415534eec90c800a761ca776513337..2f93ae649dcb43c901978f1fe9178a21ca09f83c 100644
--- a/ash/mus/test/ash_test_impl_mus.cc
+++ b/ash/mus/test/ash_test_impl_mus.cc
@@ -97,10 +97,4 @@ void AshTestImplMus::AddTransientChild(WmWindow* parent, WmWindow* window) {
}
} // namespace mus
-
-// static
-std::unique_ptr<AshTestImpl> AshTestImpl::Create() {
- return base::MakeUnique<mus::AshTestImplMus>();
-}
-
} // namespace ash
« no previous file with comments | « ash/BUILD.gn ('k') | ash/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698