summaryrefslogtreecommitdiffstats
path: root/chromium/ui/wm/core/wm_core_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/wm/core/wm_core_switches.cc')
-rw-r--r--chromium/ui/wm/core/wm_core_switches.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/ui/wm/core/wm_core_switches.cc b/chromium/ui/wm/core/wm_core_switches.cc
new file mode 100644
index 00000000000..12fbfcca9df
--- /dev/null
+++ b/chromium/ui/wm/core/wm_core_switches.cc
@@ -0,0 +1,16 @@
+// 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.
+
+#include "ui/wm/core/wm_core_switches.h"
+
+#include "base/command_line.h"
+
+namespace wm {
+namespace switches {
+
+// If present animations are disabled.
+const char kWindowAnimationsDisabled[] = "wm-window-animations-disabled";
+
+} // namespace switches
+} // namespace wm