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

Unified Diff: chrome/browser/android/vr_shell/vr_shell_gl.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 | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell_gl.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
index 17dbec9f84acba6edcf93c9f8d6fdcbfacd4b263..c41e1eb518e3bd35cc52e443766b0aaa13bd6e1c 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -108,10 +108,6 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
void SetSubmitClient(
device::mojom::VRSubmitFrameClientPtrInfo submit_client_info);
- void SetAudioCapturingWarning(bool is_capturing);
- void SetVideoCapturingWarning(bool is_capturing);
- void SetScreenCapturingWarning(bool is_capturing);
-
private:
void GvrInit(gvr_context* gvr_api);
void InitializeRenderer();
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698