| 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 b28d166221e17e4a4cee41fbdc77e745aabb1450..7dd307519d13bfae6ead1b065355894557bb35f5 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
|
| @@ -26,6 +26,7 @@ struct ToolbarState;
|
| class TransientUrlBar : public TexturedElement {
|
| public:
|
| TransientUrlBar(
|
| + int id,
|
| int preferred_width,
|
| const base::TimeDelta& timeout,
|
| const base::Callback<void(UiUnsupportedMode)>& failure_callback);
|
|
|