| Index: chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h b/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h
|
| index 1a930fd04355a37d8bfcd9f2c6b0d7829ab9ea17..9978ceab5393d27da2151b9282a94d33b7e4e0c3 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h
|
| @@ -29,7 +29,7 @@ class TransientUrlBar : public TexturedElement {
|
| ~TransientUrlBar() override;
|
|
|
| void SetURL(const GURL& gurl);
|
| - void SetSecurityLevel(security_state::SecurityLevel level);
|
| + void SetSecurityInfo(security_state::SecurityLevel level, bool malware);
|
|
|
| private:
|
| UiTexture* GetTexture() const override;
|
|
|