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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 2723193003: Remove TODOs to remove the "new back shortcut bubble". (Closed)
Patch Set: Remove TODO and update comment in NewBackShortcutBubble. Created 3 years, 10 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 | « no previous file | chrome/browser/ui/views/new_back_shortcut_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 0b830f014cc33f4ea9343156fd3c357e6495b3bb..6f4b1d7de273b1c7af7218745b8061577e08ae73 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -29,10 +29,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).
+// Commands to capture the old Back/Forward shortcuts (which users of old Chrome
+// versions or other browsers may be familiar with) and tell users the new
+// shortcut. May also trigger Back/Forward action if the BackspaceGoesBack field
+// trial is enabled.
Matt Giuca 2017/03/01 23:35:52 Also happy to just delete this comment since no ot
Peter Kasting 2017/03/02 23:28:23 Yeah, I'd delete this comment, and if this informa
Matt Giuca 2017/03/02 23:59:30 None of the other places where IDC_BACKSPACE_BACK
#define IDC_BACKSPACE_BACK 33010
#define IDC_BACKSPACE_FORWARD 33011
« no previous file with comments | « no previous file | chrome/browser/ui/views/new_back_shortcut_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698