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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 1983803002: Added notification when user presses backspace to use new shortcut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@subtle-notification-view-refactor
Patch Set: Respond to pkasting review. 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
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 537e94b1aa42e5a81229f669242170b77e0c8893..3bc88e412221d97467ab496928d04a2e5654b2ed 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -33,6 +33,10 @@
#define IDC_RELOAD_BYPASSING_CACHE 33007
#define IDC_LOAD_NEW_TAB_PAGE 33008
#define IDC_RELOAD_CLEARING_CACHE 33009
+// Temporary commands to capture the old Back/Forward shortcuts and tell users
+// the new shortcut. May also trigger Back/Forward action if the
+// BackspaceGoesBack field trial is enabled.
+// TODO(mgiuca): Remove these in M54 (https://crbug.com/610039).
#define IDC_BACKSPACE_BACK 33010
#define IDC_BACKSPACE_FORWARD 33011
« no previous file with comments | « no previous file | chrome/browser/ui/browser_command_controller.cc » ('j') | chrome/browser/ui/browser_command_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698