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

Unified Diff: ui/views/view_unittest_aura.cc

Issue 2611773002: Removes code using mus client lib (Closed)
Patch Set: dont run on linux Created 3 years, 12 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: ui/views/view_unittest_aura.cc
diff --git a/ui/views/view_unittest_aura.cc b/ui/views/view_unittest_aura.cc
index 4e2660481ecf99bab975f3c028f36aea314fa037..66a9fd0fb6c31098c6cb2e17d2aee245ab964dbf 100644
--- a/ui/views/view_unittest_aura.cc
+++ b/ui/views/view_unittest_aura.cc
@@ -63,7 +63,7 @@ typedef ViewsTestBase ViewAuraTest;
TEST_F(ViewAuraTest, RecreateLayersWithWindows) {
// TODO: test uses GetContext(), which is not applicable to aura-mus.
// http://crbug.com/663809.
- if (IsAuraMusClient())
+ if (IsMus())
return;
Widget* w1 = CreateControlWidget(GetContext(), gfx::Rect(0, 0, 100, 100));

Powered by Google App Engine
This is Rietveld 408576698