Chromium Code Reviews| Index: chrome/browser/android/vr_shell/ui_interface.h |
| diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h |
| index 474e7aadc3b66b94f05e4718da090cd458c61cf3..f1ed9e820cd5c813f6ea52fc9806cf00da854509 100644 |
| --- a/chrome/browser/android/vr_shell/ui_interface.h |
| +++ b/chrome/browser/android/vr_shell/ui_interface.h |
| @@ -24,11 +24,12 @@ class UiInterface { |
| enum Mode { |
| STANDARD, |
| WEB_VR, |
| - MENU, |
| CINEMA, |
| + STANDARD_MENU, |
|
bshe
2016/11/28 22:15:07
nit: can you add comments about the two new enum?
mthiesse
2016/11/28 23:28:34
Acknowledged.
|
| + WEB_VR_MENU, |
| }; |
| - UiInterface(); |
| + explicit UiInterface(Mode initial_mode); |
| virtual ~UiInterface(); |
| void SetMode(Mode mode); |