| Index: chrome/browser/android/vr_shell/ui_scene_manager.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| index 42d69ec16ccb541125cbb74acbc5a8822e72444d..7186055b766dac005f08bb6a061b2a50c3e556a7 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| @@ -39,7 +39,7 @@ class UiSceneManager {
|
| void SetURL(const GURL& gurl);
|
| void SetWebVrSecureOrigin(bool secure);
|
| void SetWebVrMode(bool web_vr, bool auto_presented);
|
| - void SetSecurityLevel(security_state::SecurityLevel level);
|
| + void SetSecurityInfo(security_state::SecurityLevel level, bool malware);
|
| void SetLoading(bool loading);
|
| void SetLoadProgress(float progress);
|
| void SetIsExiting();
|
|
|