| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index 20572ccda6663f2427176b5138158358514b22e6..34634dd35ca96108d2ec207bbd03c1e8fb763dae 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -92,6 +92,8 @@ class VrShell : public device::PresentingGvrDelegate,
|
| void SetWebVrMode(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj,
|
| bool enabled);
|
| + bool GetWebVrMode(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj);
|
| void OnLoadProgressChanged(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj,
|
| double progress);
|
|
|