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

Unified Diff: ui/wm/public/window_types.h

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 months 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/wm/public/window_move_client.cc ('k') | ui/wm/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/public/window_types.h
diff --git a/ui/wm/public/window_types.h b/ui/wm/public/window_types.h
deleted file mode 100644
index 8a9f8b9f6b2beb6b4466c90d720da3ed3e6820f8..0000000000000000000000000000000000000000
--- a/ui/wm/public/window_types.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2013 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_WM_PUBLIC_WINDOW_TYPES_H_
-#define UI_WM_PUBLIC_WINDOW_TYPES_H_
-
-namespace ui {
-namespace wm {
-
-// This isn't a property because it can't change after the window has been
-// initialized.
-enum WindowType {
- WINDOW_TYPE_UNKNOWN = 0,
-
- // Regular windows that should be laid out by the client.
- WINDOW_TYPE_NORMAL,
-
- // Miscellaneous windows that should not be laid out by the shell.
- WINDOW_TYPE_POPUP,
-
- // A window intended as a control. Not laid out by the shell.
- WINDOW_TYPE_CONTROL,
-
- // Always on top windows aligned to bottom right of screen.
- WINDOW_TYPE_PANEL,
-
- WINDOW_TYPE_MENU,
-
- WINDOW_TYPE_TOOLTIP,
-};
-
-} // namespace wm
-} // namespace ui
-
-#endif // UI_WM_PUBLIC_WINDOW_TYPES_H_
« no previous file with comments | « ui/wm/public/window_move_client.cc ('k') | ui/wm/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698