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

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

Issue 2510993002: Notify VRDeviceProviders when there are pages listening for vrdisplayactivate (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 ff8b228b928fb8f4447771b82ad3fad3b5b452b6..0e2b477866e279155a2a02c88adde4e09d7fc930 100644
--- a/chrome/browser/android/vr_shell/vr_shell_delegate.h
+++ b/chrome/browser/android/vr_shell/vr_shell_delegate.h
@@ -38,6 +38,7 @@ class VrShellDelegate : public device::GvrDelegateProvider {
void ExitWebVRPresent() override;
base::WeakPtr<device::GvrDelegate> GetNonPresentingDelegate() override;
void DestroyNonPresentingDelegate() override;
+ void SetListeningForActivate(bool listening) override;
private:
std::unique_ptr<device::GvrDelegate> non_presenting_delegate_;

Powered by Google App Engine
This is Rietveld 408576698