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

Unified Diff: components/mus/mus_app.cc

Issue 1979323002: mus: Show USER_PRIVATE window container during views tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@widgetinteractive
Patch Set: rebase, fix linux Created 4 years, 7 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 | « components/mus/common/switches.cc ('k') | components/mus/public/cpp/tests/window_server_shelltest_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/mus_app.cc
diff --git a/components/mus/mus_app.cc b/components/mus/mus_app.cc
index 52525daea891078d7201a537a87d1258d1fcbec4..2a88c6f2e8a3af49eea5cdcfa2c2af5845a9f6d7 100644
--- a/components/mus/mus_app.cc
+++ b/components/mus/mus_app.cc
@@ -12,7 +12,7 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/platform_thread.h"
#include "build/build_config.h"
-#include "components/mus/common/args.h"
+#include "components/mus/common/switches.h"
#include "components/mus/gles2/gpu_impl.h"
#include "components/mus/ws/display.h"
#include "components/mus/ws/display_binding.h"
@@ -138,8 +138,8 @@ void MusApp::Initialize(shell::Connector* connector,
tracing_.Initialize(connector, identity.name());
TRACE_EVENT0("mus", "MusApp::Initialize started");
- test_config_ =
- base::CommandLine::ForCurrentProcess()->HasSwitch(kUseTestConfig);
+ test_config_ = base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kUseTestConfig);
#if defined(USE_X11)
XInitThreads();
if (test_config_)
« no previous file with comments | « components/mus/common/switches.cc ('k') | components/mus/public/cpp/tests/window_server_shelltest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698