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

Unified Diff: components/mus/common/switches.h

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/args.cc ('k') | components/mus/common/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/switches.h
diff --git a/components/mus/common/args.h b/components/mus/common/switches.h
similarity index 71%
rename from components/mus/common/args.h
rename to components/mus/common/switches.h
index 772c524f6b8b5fdf4471cdc24ebacf5761388e0d..d8ae304f5361d676e4a0727debb0a6346560aaaf 100644
--- a/components/mus/common/args.h
+++ b/components/mus/common/switches.h
@@ -2,17 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_COMMON_ARGS_H_
-#define COMPONENTS_MUS_COMMON_ARGS_H_
+#ifndef COMPONENTS_MUS_COMMON_SWITCHES_H_
+#define COMPONENTS_MUS_COMMON_SWITCHES_H_
#include "components/mus/common/mus_common_export.h"
namespace mus {
+namespace switches {
// All args in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char MUS_COMMON_EXPORT kUseTestConfig[];
+} // namespace switches
} // namespace mus
-#endif // COMPONENTS_MUS_COMMON_ARGS_H_
+#endif // COMPONENTS_MUS_COMMON_SWITCHES_H_
« no previous file with comments | « components/mus/common/args.cc ('k') | components/mus/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698