| 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
|
| + // display id exists.
|
| + static RootWindowController* GetRootWindowControllerWithDisplayId(
|
| + int64_t display_id);
|
| +
|
| // Returns all root window controllers.
|
| // TODO(oshima): move this to |RootWindowController|
|
| static RootWindowControllerList GetAllRootWindowControllers();
|
|
|