Index: components/mus/common/switches.h |
diff --git a/components/mus/common/switches.h b/components/mus/common/switches.h |
deleted file mode 100644 |
index 492aa4c31133c6407194cd98bb7d888cacf05257..0000000000000000000000000000000000000000 |
--- a/components/mus/common/switches.h |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#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 kUseMojoGpuCommandBufferInMus[]; |
-extern const char MUS_COMMON_EXPORT kUseTestConfig[]; |
- |
-} // namespace switches |
-} // namespace mus |
- |
-#endif // COMPONENTS_MUS_COMMON_SWITCHES_H_ |