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

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

Issue 2500153003: Fix broken VR transitions due to ChromeTabbedActivity not being exported. (Closed)
Patch Set: Add back changes that went missing somehow Created 4 years, 1 month 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 ceeb17eaf2d43b5521c3052008390acc0aeff376..df450b706f4b3cb830741e0eefa4a1f39652517b 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
@@ -34,11 +34,6 @@ public interface VrShell {
void teardown();
/**
- * Sets Android VR Mode to |enabled|.
- */
- void setVrModeEnabled(boolean enabled);
-
- /**
* Sets whether we're presenting WebVR content or not.
*/
void setWebVrModeEnabled(boolean enabled);

Powered by Google App Engine
This is Rietveld 408576698