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

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

Issue 2890563003: VR: Update UiSceneManager with audio/video capturing flags (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_scene_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/ui_interface.h
diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
index ce872e1d12f5fcab10fcc6a4ab19459292367477..7d24e2910c92ee3a96469c8a1137cef390082a9f 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -32,6 +32,9 @@ class UiInterface {
virtual void SetLoadProgress(float progress) = 0;
virtual void SetHistoryButtonsEnabled(bool can_go_back,
bool can_go_forward) = 0;
+ virtual void SetVideoCapturingIndicator(bool enabled) = 0;
+ virtual void SetScreenCapturingIndicator(bool enabled) = 0;
+ virtual void SetAudioCapturingIndicator(bool enabled) = 0;
// Tab handling.
virtual void InitTabList() {}
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_scene_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698