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

Unified Diff: ash/public/interfaces/container.mojom

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 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 | « ash/public/interfaces/BUILD.gn ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/container.mojom
diff --git a/ash/public/interfaces/container.mojom b/ash/public/interfaces/container.mojom
deleted file mode 100644
index f363d7fa7ed068c7956169eaf9a5337000924885..0000000000000000000000000000000000000000
--- a/ash/public/interfaces/container.mojom
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2015 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.
-
-module ash.mojom;
-
-// Containers windows may be parented to.
-// NOTE: this is not the complete list of containers created by ash. See
-// ash/common/shell_window_ids.h for the complete this. This is only a subset
-// that other apps may need to parent windows to.
-enum Container {
- // TODO: remove everything but LOGIN_WINDOWS, http://crbug.com/616859.
- WALLPAPER,
- USER_PRIVATE_SHELF,
- LOGIN_WINDOWS,
- // Status area widget and message center notification popups.
- STATUS,
- // Bubble windows, for example the sysui system tray bubble and the screen
- // brightness bubble.
- BUBBLES,
- MENUS,
- DRAG_AND_TOOLTIPS,
- OVERLAY,
-};
-
-const string kWindowContainer_Property = "ash:window-container";
« no previous file with comments | « ash/public/interfaces/BUILD.gn ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698