Index: chrome/browser/android/vr_shell/ui_scene_manager.h |
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h |
index 5f97776282041bc2dd710092a21cf79dcd5b265f..228f2230d80df0f9150c53592e9fe377db97b51c 100644 |
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h |
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h |
@@ -48,10 +48,12 @@ class UiSceneManager { |
void CreateContentQuad(); |
void CreateBackground(); |
void CreateUrlBar(); |
+ void CreateCloseButton(); |
void ConfigureSecurityWarnings(); |
void OnSecurityWarningTimer(); |
void OnBackButtonClicked(); |
+ void OnCloseButtonClicked(); |
int AllocateId(); |
VrBrowserInterface* browser_; |