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

Side by Side Diff: chrome/browser/android/vr_shell/vr_browser_interface.h

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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_ANDROID_VR_SHELL_VR_BROWSER_INTERFACE_H_ 5 #ifndef CHROME_BROWSER_ANDROID_VR_SHELL_VR_BROWSER_INTERFACE_H_
6 #define CHROME_BROWSER_ANDROID_VR_SHELL_VR_BROWSER_INTERFACE_H_ 6 #define CHROME_BROWSER_ANDROID_VR_SHELL_VR_BROWSER_INTERFACE_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/android/jni_weak_ref.h" 10 #include "base/android/jni_weak_ref.h"
(...skipping 21 matching lines...) Expand all
32 virtual void UpdateGamepadData(device::GvrGamepadData) = 0; 32 virtual void UpdateGamepadData(device::GvrGamepadData) = 0;
33 virtual void AppButtonGesturePerformed(UiInterface::Direction direction) = 0; 33 virtual void AppButtonGesturePerformed(UiInterface::Direction direction) = 0;
34 virtual void AppButtonClicked() = 0; 34 virtual void AppButtonClicked() = 0;
35 virtual void ProcessContentGesture( 35 virtual void ProcessContentGesture(
36 std::unique_ptr<blink::WebInputEvent> event) = 0; 36 std::unique_ptr<blink::WebInputEvent> event) = 0;
37 virtual void ForceExitVr() = 0; 37 virtual void ForceExitVr() = 0;
38 virtual void RunVRDisplayInfoCallback( 38 virtual void RunVRDisplayInfoCallback(
39 const base::Callback<void(device::mojom::VRDisplayInfoPtr)>& callback, 39 const base::Callback<void(device::mojom::VRDisplayInfoPtr)>& callback,
40 device::mojom::VRDisplayInfoPtr* info) = 0; 40 device::mojom::VRDisplayInfoPtr* info) = 0;
41 virtual void OnContentPaused(bool enabled) = 0; 41 virtual void OnContentPaused(bool enabled) = 0;
42 virtual void NavigateBack() = 0;
42 }; 43 };
43 44
44 } // namespace vr_shell 45 } // namespace vr_shell
45 46
46 #endif // CHROME_BROWSER_ANDROID_VR_SHELL_VR_BROWSER_INTERFACE_H_ 47 #endif // CHROME_BROWSER_ANDROID_VR_SHELL_VR_BROWSER_INTERFACE_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager_unittest.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