// 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 kShowStateKey[] = "ShowState"; const char kTooltipTextKey[] = "TooltipText"; // Alphabetical sort. } // namespace aura