| 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.
|
|
|