| 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 4c83ca1c159cd220cbcb410809bc479e39fe8a8d..2270b81380ae7c2ab2bc2e17be957aa78d9ddeb8 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| #include "chrome/browser/android/vr_shell/ui_elements/textured_element.h"
|
| +#include "chrome/browser/android/vr_shell/ui_unsupported_mode.h"
|
| #include "url/gurl.h"
|
|
|
| namespace vr_shell {
|
| @@ -19,7 +20,8 @@ class UrlBarTexture;
|
|
|
| class UrlBar : public TexturedElement {
|
| public:
|
| - explicit UrlBar(int preferred_width);
|
| + UrlBar(int preferred_width,
|
| + const base::Callback<void(UiUnsupportedMode)>& failure_callback);
|
| ~UrlBar() override;
|
|
|
| void OnHoverEnter(const gfx::PointF& position) override;
|
|
|