summaryrefslogtreecommitdiffstats
path: root/ui/views/corewm/corewm_switches.h
blob: 63c5251745d5d8a527818b2e719b32ef170912e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// 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_VIEWS_COREWM_COREWM_SWITCHES_H_
#define UI_VIEWS_COREWM_COREWM_SWITCHES_H_

#include "build/build_config.h"
#include "ui/views/views_export.h"

namespace views {
namespace corewm {
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.
VIEWS_EXPORT extern const char kNoDropShadows[];
VIEWS_EXPORT extern const char kWindowAnimationsDisabled[];

}  // namespace switches
}  // namespace corewm
}  // namespace views

#endif  // UI_VIEWS_COREWM_COREWM_SWITCHES_H_