| 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 feeaa4ceb18f0c6eb27f65713899a6aa7cfb07fd..5c28acb88b90f1a27b97a678f5bd1cc7666fd370 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| @@ -48,6 +48,7 @@ class UrlBar : public TexturedElement {
|
| std::unique_ptr<UrlBarTexture> texture_;
|
| base::Callback<void()> back_button_callback_;
|
| bool enabled_ = false;
|
| + bool can_go_back_ = false;
|
| bool down_ = false;
|
| base::TimeTicks last_begin_frame_time_;
|
| base::TimeTicks last_update_time_;
|
|
|