Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.h

Issue 2658643003: Refactor GvrDelegate ownership into GvrDelegateProvider and fix more threading violations. (Closed)
Patch Set: cleanup Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698