| 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 0fcb7546f07323a557946e6c81e1722fd66c65bc..763174d6b9cd57878fb05e758a1624443c0fafe2 100644
|
| --- a/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| +++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| @@ -31,7 +31,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;
|
|
|