summaryrefslogtreecommitdiffstats
path: root/chromium/ui/views/corewm/corewm_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/corewm/corewm_switches.cc')
-rw-r--r--chromium/ui/views/corewm/corewm_switches.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/chromium/ui/views/corewm/corewm_switches.cc b/chromium/ui/views/corewm/corewm_switches.cc
deleted file mode 100644
index 8f0dd82a6a9..00000000000
--- a/chromium/ui/views/corewm/corewm_switches.cc
+++ /dev/null
@@ -1,21 +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.
-
-#include "ui/views/corewm/corewm_switches.h"
-
-#include "base/command_line.h"
-
-namespace views {
-namespace corewm {
-namespace switches {
-
-const char kNoDropShadows[] = "aura-no-shadows";
-
-// If present animations are disabled.
-const char kWindowAnimationsDisabled[] =
- "views-corewm-window-animations-disabled";
-
-} // namespace switches
-} // namespace corewm
-} // namespace views