| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index 3838edfb93c4bcb584138aeadbeb155d31bdb413..c2a5db7c970a59cb3c1d8d87557e6e6c58092c9d 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -112,6 +112,7 @@ class VrShell : public device::PresentingGvrDelegate,
|
| jboolean incognito,
|
| jint id);
|
| void OnContentPaused(bool paused);
|
| + void NavigateBack();
|
| base::android::ScopedJavaGlobalRef<jobject> TakeContentSurface(
|
| JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj);
|
|
|