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

Unified Diff: chrome/app/chrome_command_ids.h

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: fix assert in test 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 ad1c9639724fc62d72bc1c6f10448eba0ed80507..537e94b1aa42e5a81229f669242170b77e0c8893 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -33,6 +33,8 @@
#define IDC_RELOAD_BYPASSING_CACHE 33007
#define IDC_LOAD_NEW_TAB_PAGE 33008
#define IDC_RELOAD_CLEARING_CACHE 33009
+#define IDC_BACKSPACE_BACK 33010
Matt Giuca 2016/05/19 02:04:33 Do these need to be added to histograms.xml?
ojan 2016/05/20 16:33:48 We're not planning to measure anything here. So, I
+#define IDC_BACKSPACE_FORWARD 33011
// Window management commands
#define IDC_NEW_WINDOW 34000
« no previous file with comments | « no previous file | chrome/browser/app_mode/app_mode_utils.cc » ('j') | chrome/browser/ui/browser_command_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698