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

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

Issue 2865463003: Tracks GVR version crossed with headset type using UMA. (Closed)
Patch Set: Created 3 years, 7 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_shell_delegate.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_delegate.h b/chrome/browser/android/vr_shell/vr_shell_delegate.h
index ba1937b649caba70e5ffd6314e0728683f9a3fec..83aa1fd20f78aa4985d3da837bc56f59c63f212f 100644
--- a/chrome/browser/android/vr_shell/vr_shell_delegate.h
+++ b/chrome/browser/android/vr_shell/vr_shell_delegate.h
@@ -65,10 +65,9 @@ class VrShellDelegate : public device::GvrDelegateProvider {
const base::Callback<void(bool)>& callback) override;
device::GvrDelegate* GetDelegate() override;
void SetListeningForActivate(bool listening) override;
-
void CreateNonPresentingDelegate();
-
void OnActivateDisplayHandled(bool present_requested);
+ gvr_version GetGvrVersion(JNIEnv* env);
std::unique_ptr<NonPresentingGvrDelegate> non_presenting_delegate_;
base::android::ScopedJavaGlobalRef<jobject> j_vr_shell_delegate_;

Powered by Google App Engine
This is Rietveld 408576698