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

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: fix compile error on bots 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellDelegate.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ace20d01b71bfa44a617dd40685503bb07c0cf45..e691062849dd62d0f6a1b293d441fd29a304cd04 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.
@@ -38,7 +38,7 @@ public interface VrShell {
* Sets whether we're presenting WebVR content or not.
*/
// TODO: Refactor needed. See crbug.com/735169.
- void setWebVrModeEnabled(boolean enabled, boolean autoPresented, boolean showToast);
+ void setWebVrModeEnabled(boolean enabled, boolean showToast);
/**
* Returns true if we're presenting WebVR content.
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698