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

Unified Diff: chrome/browser/android/vr_shell/vr_shell.h

Issue 2461503002: Provide URL-related info to the VR HTML UI. (Closed)
Patch Set: Rebase further ahead to resolve conflict. Created 4 years, 2 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_interface.cc ('k') | chrome/browser/android/vr_shell/vr_shell.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.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index 782152b4bf0af55523fe54b48b0940638cfb3755..294b3a78d10447e38875570edb72cf03d1527225 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -39,6 +39,7 @@ class VrController;
class VrInputManager;
class VrShellDelegate;
class VrShellRenderer;
+class VrWebContentsObserver;
struct ContentRectangle;
enum UiAction {
@@ -158,6 +159,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
content::WebContents* main_contents_;
std::unique_ptr<VrCompositor> ui_compositor_;
content::WebContents* ui_contents_;
+ std::unique_ptr<VrWebContentsObserver> vr_web_contents_observer_;
VrShellDelegate* delegate_ = nullptr;
std::unique_ptr<VrShellRenderer> vr_shell_renderer_;
« no previous file with comments | « chrome/browser/android/vr_shell/ui_interface.cc ('k') | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698