Chromium Code Reviews| Index: chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
| diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui_api.js b/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
| index 0b777d4407cee80200ca1195ec265ed0966c7c65..1fbc8ce8b7f59a26fd195b3f2e2783ac70cd4d61 100644 |
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
| @@ -83,8 +83,9 @@ var api = (function() { |
| 'UNKNOWN': -1, |
| 'STANDARD': 0, |
| 'WEB_VR': 1, |
| - 'MENU': 2, |
| - 'CINEMA': 3 |
| + 'CINEMA': 2, |
| + 'STANDARD_MENU': 3, |
| + 'WEB_VR_MENU': 4, |
| }); |
| /** |