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

Side by Side Diff: chrome/app/chrome_command_ids.h

Issue 5440001: Enable to show the keyboard overlay by shortcut key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file lists all the command IDs understood by e.g. the browser. 5 // This file lists all the command IDs understood by e.g. the browser.
6 // It is used by Windows RC files, Mac NIB files, and other platforms too. 6 // It is used by Windows RC files, Mac NIB files, and other platforms too.
7 7
8 #define IDC_View 4000 8 #define IDC_View 4000
9 #define IDC_ViewHost 4001 9 #define IDC_ViewHost 4001
10 #define IDC_Plugin 4002 10 #define IDC_Plugin 4002
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 #define IDC_VIEW_PASSWORDS 40017 166 #define IDC_VIEW_PASSWORDS 40017
167 #define IDC_ABOUT 40018 167 #define IDC_ABOUT 40018
168 #define IDC_HELP_PAGE 40019 168 #define IDC_HELP_PAGE 40019
169 #define IDC_SHOW_APP_MENU 40020 169 #define IDC_SHOW_APP_MENU 40020
170 #define IDC_MANAGE_EXTENSIONS 40022 170 #define IDC_MANAGE_EXTENSIONS 40022
171 #define IDC_AUTOFILL_DEFAULT 40023 171 #define IDC_AUTOFILL_DEFAULT 40023
172 #define IDC_DEV_TOOLS_INSPECT 40025 172 #define IDC_DEV_TOOLS_INSPECT 40025
173 #define IDC_UPGRADE_DIALOG 40026 173 #define IDC_UPGRADE_DIALOG 40026
174 #define IDC_VIEW_INCOMPATIBILITIES 40027 174 #define IDC_VIEW_INCOMPATIBILITIES 40027
175 #define IDC_VIEW_BACKGROUND_PAGES 40028 175 #define IDC_VIEW_BACKGROUND_PAGES 40028
176 #define IDC_SHOW_KEYBOARD_OVERLAY 40029
176 177
177 // Spell-check 178 // Spell-check
178 // Insert any additional suggestions before _LAST; these have to be consecutive. 179 // Insert any additional suggestions before _LAST; these have to be consecutive.
179 #define IDC_SPELLCHECK_SUGGESTION_0 41000 180 #define IDC_SPELLCHECK_SUGGESTION_0 41000
180 #define IDC_SPELLCHECK_SUGGESTION_1 41001 181 #define IDC_SPELLCHECK_SUGGESTION_1 41001
181 #define IDC_SPELLCHECK_SUGGESTION_2 41002 182 #define IDC_SPELLCHECK_SUGGESTION_2 41002
182 #define IDC_SPELLCHECK_SUGGESTION_3 41003 183 #define IDC_SPELLCHECK_SUGGESTION_3 41003
183 #define IDC_SPELLCHECK_SUGGESTION_4 41004 184 #define IDC_SPELLCHECK_SUGGESTION_4 41004
184 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 185 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4
185 #define IDC_SPELLCHECK_MENU 41005 186 #define IDC_SPELLCHECK_MENU 41005
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 // Frame items. 268 // Frame items.
268 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 269 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160
269 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161 270 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161
270 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162 271 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162
271 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163 272 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163
272 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164 273 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164
273 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165 274 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165
274 // Search items. 275 // Search items.
275 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 276 #define IDC_CONTENT_CONTEXT_GOTOURL 50170
276 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 277 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698