Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager.h

Issue 2890563003: VR: Update UiSceneManager with audio/video capturing flags (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698