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

Unified Diff: chrome/browser/android/vr_shell/vr_shell_delegate.cc

Issue 2500153003: Fix broken VR transitions due to ChromeTabbedActivity not being exported. (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/VrShellTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell_delegate.cc
diff --git a/chrome/browser/android/vr_shell/vr_shell_delegate.cc b/chrome/browser/android/vr_shell/vr_shell_delegate.cc
index 04afe1c512bfee1c83ee5d2d9235c04a5978e9cf..ae4acc523ce7317b1e0c39f8bad9a523af61170c 100644
--- a/chrome/browser/android/vr_shell/vr_shell_delegate.cc
+++ b/chrome/browser/android/vr_shell/vr_shell_delegate.cc
@@ -75,9 +75,9 @@ bool VrShellDelegate::RequestWebVRPresent(
// If/When VRShell is ready for use it will call OnVrShellReady.
JNIEnv* env = AttachCurrentThread();
- return Java_VrShellDelegate_enterVRIfNecessary(env,
- j_vr_shell_delegate_.obj(),
- true);
+ Java_VrShellDelegate_enterVRIfNecessary(env, j_vr_shell_delegate_.obj(),
+ true);
+ return true;
}
void VrShellDelegate::ExitWebVRPresent() {
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/VrShellTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698