| Index: chrome/browser/android/vr_shell/ui_interface.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
|
| index 67505353c9fb33b672b30c9495837922e554cc9b..cc825c3f5ad225a6c128357af140a7a821915a89 100644
|
| --- a/chrome/browser/android/vr_shell/ui_interface.h
|
| +++ b/chrome/browser/android/vr_shell/ui_interface.h
|
| @@ -38,6 +38,7 @@ class UiInterface {
|
| void SetSecurityLevel(int level);
|
| void SetWebVRSecureOrigin(bool secure);
|
| void SetLoading(bool loading);
|
| + void SetLoadProgress(double progress);
|
| void SetURL(const GURL& url);
|
|
|
| // Called by WebUI when starting VR.
|
|
|