| 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 435ef38182bb96a0144335ab42e82d8d85c25da3..ed30c1d3f14a9dd171046e76fa410ed0fc0228fa 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -81,6 +81,9 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| void SetWebVrMode(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj,
|
| bool enabled);
|
| + void OnLoadProgressChanged(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj,
|
| + double progress);
|
|
|
| void ContentWebContentsDestroyed();
|
| // Called when our WebContents have been hidden. Usually a sign that something
|
|
|