| Index: ui/wm/core/wm_core_switches.h
|
| diff --git a/ui/wm/core/wm_core_switches.h b/ui/wm/core/wm_core_switches.h
|
| deleted file mode 100644
|
| index 05658d6abbb0ba66bbfae35d4f39dbee8bd7c378..0000000000000000000000000000000000000000
|
| --- a/ui/wm/core/wm_core_switches.h
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2012 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 UI_WM_CORE_WM_CORE_SWITCHES_H_
|
| -#define UI_WM_CORE_WM_CORE_SWITCHES_H_
|
| -
|
| -#include "build/build_config.h"
|
| -#include "ui/wm/wm_export.h"
|
| -
|
| -namespace wm {
|
| -namespace switches {
|
| -
|
| -// Note: If you add a switch, consider if it needs to be copied to a subsequent
|
| -// command line if the process executes a new copy of itself. (For example,
|
| -// see chromeos::LoginUtil::GetOffTheRecordCommandLine().)
|
| -
|
| -// Please keep alphabetized.
|
| -WM_EXPORT extern const char kWindowAnimationsDisabled[];
|
| -
|
| -} // namespace switches
|
| -} // namespace wm
|
| -
|
| -#endif // UI_WM_CORE_WM_CORE_SWITCHES_H_
|
|
|