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

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

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comment Created 4 years, 8 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
« no previous file with comments | « ash/shell.cc ('k') | 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163 316 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163
317 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165 317 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165
318 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166 318 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166
319 // Frame items. 319 // Frame items.
320 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 320 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170
321 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 321 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171
322 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 322 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172
323 // Search items. 323 // Search items.
324 #define IDC_CONTENT_CONTEXT_GOTOURL 50180 324 #define IDC_CONTENT_CONTEXT_GOTOURL 50180
325 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181 325 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181
326 326 // Open with items.
327 #define IDC_CONTENT_CONTEXT_OPEN_WITH1 50190
328 #define IDC_CONTENT_CONTEXT_OPEN_WITH2 50191
329 #define IDC_CONTENT_CONTEXT_OPEN_WITH3 50192
330 #define IDC_CONTENT_CONTEXT_OPEN_WITH4 50193
331 #define IDC_CONTENT_CONTEXT_OPEN_WITH5 50194
332 #define IDC_CONTENT_CONTEXT_OPEN_WITH6 50195
333 #define IDC_CONTENT_CONTEXT_OPEN_WITH7 50196
334 #define IDC_CONTENT_CONTEXT_OPEN_WITH8 50197
335 #define IDC_CONTENT_CONTEXT_OPEN_WITH9 50198
336 #define IDC_CONTENT_CONTEXT_OPEN_WITH10 50199
337 #define IDC_CONTENT_CONTEXT_OPEN_WITH11 50200
338 #define IDC_CONTENT_CONTEXT_OPEN_WITH12 50201
339 #define IDC_CONTENT_CONTEXT_OPEN_WITH13 50202
340 #define IDC_CONTENT_CONTEXT_OPEN_WITH14 50203
341 #define IDC_CONTENT_CONTEXT_OPEN_WITH_LAST IDC_CONTENT_CONTEXT_OPEN_WITH14
327 // Context menu items in the bookmark bar 342 // Context menu items in the bookmark bar
328 #define IDC_BOOKMARK_BAR_OPEN_ALL 51000 343 #define IDC_BOOKMARK_BAR_OPEN_ALL 51000
329 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 344 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001
330 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 345 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002
331 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 346 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003
332 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 347 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004
333 #define IDC_BOOKMARK_BAR_EDIT 51005 348 #define IDC_BOOKMARK_BAR_EDIT 51005
334 #define IDC_BOOKMARK_BAR_REMOVE 51006 349 #define IDC_BOOKMARK_BAR_REMOVE 51006
335 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 350 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007
336 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 351 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 388 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
374 389
375 // Starting command id for menus showing bookmarks (such as the wrench menu). 390 // Starting command id for menus showing bookmarks (such as the wrench menu).
376 // While command ids passed to Windows functions must not be higher than 0xDFFF, 391 // While command ids passed to Windows functions must not be higher than 0xDFFF,
377 // these IDs are not exposed to the native system and thus can be in this 392 // these IDs are not exposed to the native system and thus can be in this
378 // otherwise-reserved range. No command used in a menu (such as the wrench menu) 393 // otherwise-reserved range. No command used in a menu (such as the wrench menu)
379 // should be higher than this, otherwise it'll conflict. 394 // should be higher than this, otherwise it'll conflict.
380 #define IDC_FIRST_BOOKMARK_MENU 0xE000 395 #define IDC_FIRST_BOOKMARK_MENU 0xE000
381 396
382 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 397 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « ash/shell.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698