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

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

Issue 10915069: Add Copy URL option to Omnibox context menu when URL is replaced by Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ 5 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_
6 #define CHROME_APP_CHROME_COMMAND_IDS_H_ 6 #define CHROME_APP_CHROME_COMMAND_IDS_H_
7 7
8 // This file lists all the command IDs understood by e.g. the browser. 8 // This file lists all the command IDs understood by e.g. the browser.
9 // It is used by Windows RC files, Mac NIB files, and other platforms too. 9 // It is used by Windows RC files, Mac NIB files, and other platforms too.
10 10
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 #define IDC_ENCODING_ISO88596 35532 120 #define IDC_ENCODING_ISO88596 35532
121 #define IDC_ENCODING_WINDOWS1256 35533 121 #define IDC_ENCODING_WINDOWS1256 35533
122 #define IDC_ENCODING_ISO88598 35534 122 #define IDC_ENCODING_ISO88598 35534
123 #define IDC_ENCODING_WINDOWS1255 35535 123 #define IDC_ENCODING_WINDOWS1255 35535
124 #define IDC_ENCODING_WINDOWS1258 35536 124 #define IDC_ENCODING_WINDOWS1258 35536
125 #define IDC_ENCODING_ISO88598I 35537 125 #define IDC_ENCODING_ISO88598I 35537
126 126
127 // Clipboard commands 127 // Clipboard commands
128 #define IDC_CUT 36000 128 #define IDC_CUT 36000
129 #define IDC_COPY 36001 129 #define IDC_COPY 36001
130 #define IDC_COPY_URL 36002
130 #define IDC_PASTE 36003 131 #define IDC_PASTE 36003
131 #define IDC_EDIT_MENU 36004 132 #define IDC_EDIT_MENU 36004
132 133
133 // Find-in-page 134 // Find-in-page
134 #define IDC_FIND 37000 135 #define IDC_FIND 37000
135 #define IDC_FIND_NEXT 37001 136 #define IDC_FIND_NEXT 37001
136 #define IDC_FIND_PREVIOUS 37002 137 #define IDC_FIND_PREVIOUS 37002
137 138
138 // Zoom 139 // Zoom
139 #define IDC_ZOOM_MENU 38000 140 #define IDC_ZOOM_MENU 38000
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 326
326 // Protocol handler menu entries 327 // Protocol handler menu entries
327 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 328 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
328 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 329 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
329 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 330 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
330 331
331 // NOTE: The last valid command value is 57343 (0xDFFF) 332 // NOTE: The last valid command value is 57343 (0xDFFF)
332 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 333 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
333 334
334 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 335 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698