Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: ui/aura/window_types.h

Issue 8968022: Shell related switches -> aura shell switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura_shell/activation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_types.h
===================================================================
--- ui/aura/window_types.h (revision 114849)
+++ ui/aura/window_types.h (working copy)
@@ -1,26 +0,0 @@
-// 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.
-
-#ifndef UI_AURA_WINDOW_TYPES_H_
-#define UI_AURA_WINDOW_TYPES_H_
-#pragma once
-
-namespace aura {
-
-enum WindowType {
- WINDOW_TYPE_UNKNOWN = 0,
-
- // Regular windows that should be laid out by the shell.
- WINDOW_TYPE_NORMAL,
-
- // Miscellaneous windows that should not be laid out by the shell.
- WINDOW_TYPE_POPUP,
-
- WINDOW_TYPE_MENU,
- WINDOW_TYPE_TOOLTIP,
-};
-
-} // namespace aura
-
-#endif // UI_AURA_WINDOW_TYPES_H_
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura_shell/activation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698