| Index: chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.h b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| index 730c2b189b492e2f6ad2cd39ee99ffa458b8589b..f5e116dae4d39723fa69ad03499659b6eb712e43 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| @@ -18,6 +18,7 @@
|
| namespace vr_shell {
|
|
|
| class UrlBarTexture;
|
| +struct ToolbarState;
|
|
|
| class UrlBar : public TexturedElement {
|
| public:
|
| @@ -38,8 +39,7 @@ class UrlBar : public TexturedElement {
|
| void SetEnabled(bool enabled) override;
|
|
|
| void SetHistoryButtonsEnabled(bool can_go_back);
|
| - void SetURL(const GURL& gurl);
|
| - void SetSecurityInfo(security_state::SecurityLevel level, bool malware);
|
| + void SetToolbarState(const ToolbarState& state);
|
|
|
| private:
|
| void UpdateTexture() override;
|
|
|