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

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

Issue 2872773002: VR: Render the current URL and security level on the URL bar. (Closed)
Patch Set: Revert the inclusion of the lock icon; will re-add when moved to UI. 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_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 b7b840f62fc7a3ec23cca1bd5751d0b6b8e3a7ec..10dacc06fdda62e4a31d3afe4bcbe92e181675c0 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
@@ -33,6 +33,7 @@ class MockBrowserInterface : public VrBrowserInterface {
void(const base::Callback<void(device::mojom::VRDisplayInfoPtr)>&,
device::mojom::VRDisplayInfoPtr*));
MOCK_METHOD1(OnContentPaused, void(bool));
+ MOCK_METHOD0(NavigateBack, void());
// 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_browser_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698