Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4461)

Unified Diff: chrome/browser/android/vr_shell/ui_interface.h

Issue 2735983004: Visually disable VR Shell back/forward buttons when no history is available (Closed)
Patch Set: Addressing closure compilation error Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698