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

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

Issue 2683953007: Support rendering Android Native Pages in VR Shell. (Closed)
Patch Set: Created 3 years, 10 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_interface.h
diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
index b861494e366d104157850e237010381232b2679b..0899dd8a06f275be3dde2a0f4cbdf6072d637c3c 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -30,7 +30,7 @@ class UiInterface {
WEB_VR
};
- explicit UiInterface(Mode initial_mode, bool fullscreen);
+ explicit UiInterface(Mode initial_mode);
virtual ~UiInterface();
// Set HTML UI state or pass events.

Powered by Google App Engine
This is Rietveld 408576698