Index: ash/mus/container_ids.h |
diff --git a/ash/mus/container_ids.h b/ash/mus/container_ids.h |
index cc6edc752d5bdc15188655872ac9b054147fc16a..4fa2b84831cb9e2d5dcfc2724ab81cbef8c0e163 100644 |
--- a/ash/mus/container_ids.h |
+++ b/ash/mus/container_ids.h |
@@ -13,19 +13,9 @@ enum class Container; |
} |
namespace mus { |
-// Id used when there is no corresponding ash container. |
-const int kUnknownAshId = -1; |
-// The set of containers that allow their children to be active. |
-extern const mojom::Container kActivationContainers[]; |
- |
-// Number of kActivationContainers. |
-extern const size_t kNumActivationContainers; |
- |
-// Converts window ids between ash (ash/common/shell_window_ids.h) and |
-// mash. |
-mojom::Container AshContainerToMashContainer(int shell_window_id); |
-int MashContainerToAshContainer(mojom::Container container); |
+// Converts a Container to a shell window ids (ash/common/shell_window_ids.h). |
+int MashContainerToAshShellWindowId(mojom::Container container); |
} // namespace mus |
} // namespace ash |