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

Unified Diff: ash/mus/container_ids.h

Issue 2033843003: Makes ash/mus use RootWindowControllerCommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_mash_wm
Patch Set: tweaks Created 4 years, 7 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
Index: ash/mus/container_ids.h
diff --git a/ash/mus/container_ids.h b/ash/mus/container_ids.h
index cc6edc752d5bdc15188655872ac9b054147fc16a..41a6c4331fc198545eaf12ca23110cf30e2e1c9a 100644
--- a/ash/mus/container_ids.h
+++ b/ash/mus/container_ids.h
@@ -16,16 +16,15 @@ 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[];
+// The set of shell window ids that allow their children to be active. The ids
+// correspond to ids defined in ash/common/shell_window_ids.h.
+extern const int 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

Powered by Google App Engine
This is Rietveld 408576698