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

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 145c8594def2591ebbb5f8e2abce4d7009c95695..91b8082873742eb32b5c9c739a7c31a9e50e92c0 100644
--- a/chrome/browser/android/vr_shell/vr_shell_delegate.h
+++ b/chrome/browser/android/vr_shell/vr_shell_delegate.h
@@ -37,6 +37,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