diff options
author | jbbegue <jbbegue@chromium.org> | 2015-04-29 02:46:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-29 09:47:38 +0000 |
commit | d4ee953f7d424258532fd9d7d3abe9a09e374e83 (patch) | |
tree | 87fb6ecbfd3a0852645acef238d26ac61f52f35d /ios | |
parent | 20ec2f062ff3cf451cef9433f0c27a51ea070032 (diff) | |
download | chromium_src-d4ee953f7d424258532fd9d7d3abe9a09e374e83.zip chromium_src-d4ee953f7d424258532fd9d7d3abe9a09e374e83.tar.gz chromium_src-d4ee953f7d424258532fd9d7d3abe9a09e374e83.tar.bz2 |
Upstreaming ios chrome commands change.
BUG=None
Review URL: https://codereview.chromium.org/1114563004
Cr-Commit-Position: refs/heads/master@{#327459}
Diffstat (limited to 'ios')
-rw-r--r-- | ios/chrome/browser/ui/commands/ios_command_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/chrome/browser/ui/commands/ios_command_ids.h b/ios/chrome/browser/ui/commands/ios_command_ids.h index 8637fb5..fd739ac 100644 --- a/ios/chrome/browser/ui/commands/ios_command_ids.h +++ b/ios/chrome/browser/ui/commands/ios_command_ids.h @@ -16,7 +16,7 @@ // avoid conflicts. // TODO(droger): Remove this comment once iOS no longer depends on //chrome. #define IDC_SHOW_TOOLS_MENU 40900 -#define IDC_TOGGLE_STACK_VIEW 40901 +#define IDC_TOGGLE_TAB_SWITCHER 40901 #define IDC_VOICE_SEARCH 40902 #define IDC_NEW_INCOGNITO_TAB 40903 #define IDC_CLOSE_ALL_TABS 40904 |