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

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc

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/ui_scene_manager.cc ('k') | chrome/browser/android/vr_shell/vr_gl_thread.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_scene_manager_unittest.cc
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
index 30b943a91f017a86af1a3057300d04eb95a20485..2457c4f258e1dc291ac56052cd7e8bf312e8e67e 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
@@ -36,6 +36,9 @@ class MockBrowserInterface : public VrBrowserInterface {
device::mojom::VRDisplayInfoPtr*));
MOCK_METHOD1(OnContentPaused, void(bool));
MOCK_METHOD0(NavigateBack, void());
+ MOCK_METHOD1(SetVideoCapturingIndicator, void(bool));
+ MOCK_METHOD1(SetScreenCapturingIndicator, void(bool));
+ MOCK_METHOD1(SetAudioCapturingIndicator, void(bool));
// Stub this as scoped pointers don't work as mock method parameters.
void ProcessContentGesture(std::unique_ptr<blink::WebInputEvent>) {}
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | chrome/browser/android/vr_shell/vr_gl_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698