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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.cc

Issue 2906403002: Disable back button when stack is empty (Closed)
Patch Set: nit Created 3 years, 7 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
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_gl_thread.cc
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.cc b/chrome/browser/android/vr_shell/vr_gl_thread.cc
index 1b32261c1ccf66e8b5ac284eef34198c74ac6dd9..63c58449d33f0b2136ab08509fb2dccfcde4ce93 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.cc
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.cc
@@ -152,7 +152,7 @@ void VrGLThread::SetHistoryButtonsEnabled(bool can_go_back,
WaitUntilThreadStarted();
task_runner()->PostTask(
FROM_HERE, base::Bind(&UiSceneManager::SetHistoryButtonsEnabled,
- weak_scene_manager_, can_go_forward, can_go_back));
+ weak_scene_manager_, can_go_back, can_go_forward));
}
void VrGLThread::SetLoadProgress(float progress) {
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698