| 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 86b7d636b7658197f214d4f610a326ee7a39639d..6829a2f2b071f78902a739e882cec0bd492849b0 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -111,6 +111,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);
|
|
|