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

Unified Diff: ash/shell.h

Issue 2726823003: Remove WmLookup. (Closed)
Patch Set: Clean up and rebase. Created 3 years, 10 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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 1e547ab85c45ef14e4a220f4e3b337a2aa6da200..360ada8cafdf66d1f9a2b8104fa12855180388c6 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -162,6 +162,11 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// TODO(oshima): move this to |RootWindowController|
static RootWindowController* GetPrimaryRootWindowController();
+ // Return RootWindowController* if RootWindowController with specified
sky 2017/03/02 23:49:57 How about: Returns the RootWindowController for th
thanhph1 2017/03/03 16:29:53 Done, sounds good!
+ // display id exists.
+ static RootWindowController* GetRootWindowControllerWithDisplayId(
+ int64_t display_id);
+
// Returns all root window controllers.
// TODO(oshima): move this to |RootWindowController|
static RootWindowControllerList GetAllRootWindowControllers();

Powered by Google App Engine
This is Rietveld 408576698