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

Unified Diff: ui/views/mus/views_aura_mus_test_suite.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
« no previous file with comments | « ui/views/mus/unittests_aura_manifest.json ('k') | ui/views/mus/views_mus_test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/views_aura_mus_test_suite.cc
diff --git a/ui/views/mus/views_aura_mus_test_suite.cc b/ui/views/mus/views_aura_mus_test_suite.cc
index d23adc01d34dc668512b6c7dce8d9ff6dbe4bc6f..2be58a2596d09465a53ad3ab474e2a7ce093b5c6 100644
--- a/ui/views/mus/views_aura_mus_test_suite.cc
+++ b/ui/views/mus/views_aura_mus_test_suite.cc
@@ -195,7 +195,7 @@ ViewsAuraMusTestSuite::ViewsAuraMusTestSuite(int argc, char** argv)
ViewsAuraMusTestSuite::~ViewsAuraMusTestSuite() {}
void ViewsAuraMusTestSuite::Initialize() {
- PlatformTestHelper::SetIsAuraMusClient();
+ PlatformTestHelper::SetIsMus();
// Let other services know that we're running in tests. Do this with a
// command line flag to avoid making blocking calls to other processes for
// setup for tests (e.g. to unlock the screen in the window manager).
« no previous file with comments | « ui/views/mus/unittests_aura_manifest.json ('k') | ui/views/mus/views_mus_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698