| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 014aadc6616971b5167fc12b9eef348c621497e1..bb047e66c71a9a14e259b03858c581b8bd78b3c3 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -242,8 +242,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
|
| explicit RootWindowController(AshWindowTreeHost* host);
|
| enum RootWindowType {
|
| PRIMARY,
|
| - SECONDARY,
|
| - VIRTUAL_KEYBOARD
|
| + SECONDARY
|
| };
|
|
|
| // Initializes the RootWindowController. |is_primary| is true if
|
|
|