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 366344968274cfbb73c0395fa34603027f177999..a21bedaf62495ca0294d077b5115b46c7670dc86 100644 |
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui_api.js |
| @@ -73,6 +73,7 @@ api.Action = { |
| 'SHOW_TAB': 9, |
| 'OPEN_NEW_TAB': 10, |
| 'KEY_EVENT': 11, |
| + 'EXIT_PRESENT': 12 |
| }; |
| /** |