summaryrefslogtreecommitdiffstats
path: root/ui/aura/client/aura_constants.cc
blob: a769eb00a7c7a6cb6d04659e40e4bfb9eddc4e7a (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
// Copyright (c) 2011 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/aura/client/aura_constants.h"

namespace aura {

// Alphabetical sort.
const char kActivationDelegateKey[] = "ActivationDelegate";
const char kAlwaysOnTopKey[] = "AlwaysOnTop";
const char kDragDropDelegateKey[] = "DragDropDelegate";
const char kModalKey[] = "Modal";
const char kRestoreBoundsKey[] = "RestoreBounds";
const char kRootWindowActivationClient[] = "RootWindowActivationClient";
const char kRootWindowActiveWindow[] = "RootWindowActiveWindow";
const char kRootWindowDragDropClientKey[] = "RootWindowDragDropClient";
const char kRootWindowStackingClient[] = "RootWindowStackingClient";
const char kRootWindowTooltipClientKey[] = "RootWindowTooltipClient";
const char kShadowTypeKey[] = "ShadowType";
const char kShowStateKey[] = "ShowState";
const char kTooltipTextKey[] = "TooltipText";
// Alphabetical sort.

}  // namespace aura