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

Unified Diff: chrome/browser/app_mode/app_mode_utils.cc

Issue 1992003002: Re-add backspace-goes-back as a default disabled finch trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address revieww comments Created 4 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/app/chrome_command_ids.h ('k') | chrome/browser/global_keyboard_shortcuts_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_mode/app_mode_utils.cc
diff --git a/chrome/browser/app_mode/app_mode_utils.cc b/chrome/browser/app_mode/app_mode_utils.cc
index 0e706d93581acf3479d8801ffcf55459a72c76d6..758bd844ab33d992ebf0e9a27df8e352a68ba219 100644
--- a/chrome/browser/app_mode/app_mode_utils.cc
+++ b/chrome/browser/app_mode/app_mode_utils.cc
@@ -20,6 +20,8 @@ bool IsCommandAllowedInAppMode(int command_id) {
const int kAllowed[] = {
IDC_BACK,
IDC_FORWARD,
+ IDC_BACKSPACE_BACK,
+ IDC_BACKSPACE_FORWARD,
IDC_RELOAD,
IDC_STOP,
IDC_RELOAD_BYPASSING_CACHE,
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/global_keyboard_shortcuts_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698