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

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

Issue 1042003: Initial version of an experimental Extensions Context Menu API.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
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 //{{NO_DEPENDENCIES}} 5 //{{NO_DEPENDENCIES}}
6 // 6 //
7 // What began as a Microsoft Visual C++ generated include file is now 7 // What began as a Microsoft Visual C++ generated include file is now
8 // edited by hand. Do not generate!!! 8 // edited by hand. Do not generate!!!
9 // 9 //
10 // Used by chrome_dll.rc, Mac nibs, ... 10 // Used by chrome_dll.rc, Mac nibs, ...
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only 266 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only
267 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only 267 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only
268 #define IDC_HISTORY_MENU 46000 // OSX only 268 #define IDC_HISTORY_MENU 46000 // OSX only
269 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only 269 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only
270 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only 270 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only
271 #define IDC_INPUT_METHODS_MENU 46300 // Linux only 271 #define IDC_INPUT_METHODS_MENU 46300 // Linux only
272 272
273 // Custom context menu entries 273 // Custom context menu entries
274 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 274 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000
275 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 275 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000
276
277 // Context menu items added by extensions.
278 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000
279 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST 50000
280
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698