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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java

Issue 2955483003: Show splash screen when entering VR from a deep-link (Closed)
Patch Set: . Created 3 years, 6 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/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java b/chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java
index b011d0c732a90096cdf0dc6cd07068859198b383..122ba5409d07457cfd6c2c767ffcf43df66d80c3 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java
@@ -17,7 +17,7 @@ public interface VrShell {
* Performs native VrShell initialization.
*/
void initializeNative(
- Tab currentTab, boolean forWebVr, boolean webVrAutopresented, boolean inCct);
+ Tab currentTab, boolean forWebVr, boolean webVrAutopresentationExpected, boolean inCct);
/**
* Pauses VrShell.
@@ -37,7 +37,7 @@ public interface VrShell {
/**
* Sets whether we're presenting WebVR content or not.
*/
- void setWebVrModeEnabled(boolean enabled, boolean autoPresented);
+ void setWebVrModeEnabled(boolean enabled);
/**
* Returns true if we're presenting WebVR content.

Powered by Google App Engine
This is Rietveld 408576698