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

Unified Diff: ash/mus/container_ids.h

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/mus/bridge/wm_window_mus.h ('k') | ash/mus/container_ids.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/container_ids.h
diff --git a/ash/mus/container_ids.h b/ash/mus/container_ids.h
deleted file mode 100644
index 4fa2b84831cb9e2d5dcfc2724ab81cbef8c0e163..0000000000000000000000000000000000000000
--- a/ash/mus/container_ids.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2016 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 ASH_MUS_CONTAINER_IDS_H_
-#define ASH_MUS_CONTAINER_IDS_H_
-
-#include <stddef.h>
-
-namespace ash {
-namespace mojom {
-enum class Container;
-}
-
-namespace mus {
-
-// Converts a Container to a shell window ids (ash/common/shell_window_ids.h).
-int MashContainerToAshShellWindowId(mojom::Container container);
-
-} // namespace mus
-} // namespace ash
-
-#endif // ASH_MUS_CONTAINER_IDS_H_
« no previous file with comments | « ash/mus/bridge/wm_window_mus.h ('k') | ash/mus/container_ids.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698