Chromium Code Reviews| 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 ef917ad5e75a5ee9047b1b309d50fb326c1c7d46..f8dfc4a2f646485a5cbe9a9d538a4bf48b9d045b 100644 |
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h |
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h |
| @@ -43,6 +43,9 @@ class UiSceneManager { |
| void OnAppButtonClicked(); |
| void OnAppButtonGesturePerformed(UiInterface::Direction direction); |
| + void SetAudioCapturingIndicator(bool is_capturing); |
|
cjgrant
2017/05/16 19:09:27
These could go up with the other setters. We migh
asimjour1
2017/05/16 20:13:55
Moved them next to the other setters, but I rather
|
| + void SetVideoCapturingIndicator(bool is_capturing); |
| + void SetScreenCapturingIndicator(bool is_capturing); |
|
cjgrant
2017/05/16 19:09:27
Up to you, but based on method name, argument "boo
asimjour1
2017/05/16 20:13:55
Done.
|
| private: |
| void CreateSecurityWarnings(); |