Chromium Code Reviews| 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(); |