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

Unified Diff: ash/common/test/ash_test.h

Issue 2803933003: Adds ash_mus_unittests to FYI bot (Closed)
Patch Set: cleanup Created 3 years, 8 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
Index: ash/common/test/ash_test.h
diff --git a/ash/common/test/ash_test.h b/ash/common/test/ash_test.h
index d91c4d635cf0f22ea5eab05f5617bd481fab7649..f2b6bb589135d4ccd5415f6af14c992c7a9f650a 100644
--- a/ash/common/test/ash_test.h
+++ b/ash/common/test/ash_test.h
@@ -57,9 +57,8 @@ class WindowOwner {
// real implementation. This class exists so that tests can be written to
// ash/common and run in both mus and aura.
//
-// The implementation of AshTestImpl that is used depends upon gn targets. To
-// use the aura backend depend on "//ash/test:ash_with_aura_test_support." The
-// mus backend is not provided as a separate link target.
+// TODO: this class is deprecated and should be removed.
+// http://crbug.com/707057.
class AshTest : public testing::Test {
public:
AshTest();

Powered by Google App Engine
This is Rietveld 408576698