| Index: chrome/browser/android/vr_shell/vr_gl_thread.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| index 87bae4c514808c8ca547849dbe9f913f79ec635a..d218990e36e93fe0392607c1aa927d8430f96e71 100644
|
| --- a/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| +++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| @@ -54,6 +54,7 @@ class VrGLThread : public base::Thread,
|
| const base::Callback<void(device::mojom::VRDisplayInfoPtr)>& callback,
|
| device::mojom::VRDisplayInfoPtr* info) override;
|
| void OnContentPaused(bool enabled) override;
|
| + void NavigateBack() override;
|
|
|
| // UiInterface implementation (VrShell calling to the UI).
|
| void SetFullscreen(bool enabled) override;
|
|
|