| Index: chrome/browser/android/vr_shell/ui_interface.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
|
| index 05e4aa269cb8ccff94a8392182f39ae8ef6e751f..b56841a71334e7e798027bdfa6f01b158b9f2a68 100644
|
| --- a/chrome/browser/android/vr_shell/ui_interface.h
|
| +++ b/chrome/browser/android/vr_shell/ui_interface.h
|
| @@ -49,6 +49,7 @@ class UiInterface {
|
| void SetURL(const GURL& url);
|
| void SetOmniboxSuggestions(std::unique_ptr<base::Value> suggestions);
|
| void HandleAppButtonClicked();
|
| + void SetHistoryButtonsEnabled(bool can_go_back, bool can_go_forward);
|
|
|
| // Handlers for HTML UI commands and notifications.
|
| void OnDomContentsLoaded();
|
|
|