| 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 d4ea7f14fde4b8272995a11c7bc8f883103ca1b3..3439a1b460d96a698e64139cab5ee4971f5f1f27 100644
|
| --- a/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| +++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| @@ -34,7 +34,6 @@ class VrGLThread : public base::Thread {
|
|
|
| ~VrGLThread() override;
|
| base::WeakPtr<VrShellGl> GetVrShellGl() { return weak_vr_shell_gl_; }
|
| - VrShellGl* GetVrShellGlUnsafe() { return vr_shell_gl_.get(); }
|
|
|
| protected:
|
| void Init() override;
|
|
|