| 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 2537548027773848ae2c5b5dfeab887837a6fbf9..ba4ddd8ec1f536fbf9a130f097259571e306d8e9 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| @@ -95,6 +95,9 @@ class UiSceneManager {
|
| bool fullscreen_ = false;
|
| bool incognito_ = false;
|
| bool is_exiting_ = false;
|
| + bool audio_capturing_ = false;
|
| + bool video_capturing_ = false;
|
| + bool screen_capturing_ = false;
|
|
|
| int next_available_id_ = 1;
|
|
|
|
|