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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.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
Index: chrome/browser/android/vr_shell/vr_gl_thread.h
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
index 09c23fa0f17aa802360dcd94956b535f13afb210..5ab623586590cb46d94ba9db5c009b5045aec892 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -67,6 +67,9 @@ class VrGLThread : public base::Thread,
void SetURL(const GURL& gurl) override;
void SetWebVrMode(bool enabled) override;
void SetWebVrSecureOrigin(bool secure) override;
+ void SetVideoCapturingIndicator(bool enabled) override;
+ void SetScreenCapturingIndicator(bool enabled) override;
+ void SetAudioCapturingIndicator(bool enabled) override;
protected:
void Init() override;
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc ('k') | chrome/browser/android/vr_shell/vr_gl_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698