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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 5526008: Simplify the magic required to create IPC message headers a bit. (Closed) Base URL: svn://chrome-svn/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_command_ids.h
===================================================================
--- chrome/app/chrome_command_ids.h (revision 68536)
+++ chrome/app/chrome_command_ids.h (working copy)
@@ -5,25 +5,9 @@
// This file lists all the command IDs understood by e.g. the browser.
// It is used by Windows RC files, Mac NIB files, and other platforms too.
-#define IDC_View 4000
-#define IDC_ViewHost 4001
-#define IDC_Plugin 4002
-#define IDC_PluginHost 4003
-#define IDC_NPObject 4004
-#define IDC_PluginProcess 4005
-#define IDC_PluginProcessHost 4006
-#define IDC_ViewAll 4007
-#define IDC_ViewNone 4008
-#define IDC_ViewHostAll 4009
-#define IDC_ViewHostNone 4010
-#define IDC_PluginAll 4011
-#define IDC_PluginNone 4012
-#define IDC_NPObjectAll 4013
-#define IDC_NPObjectNone 4014
-#define IDC_PluginHostAll 4015
-#define IDC_PluginHostNone 4016
-#define IDC_DevToolsAgent 4017
-#define IDC_DevToolsClient 4018
+#define IDC_Messages 4000
+#define IDC_MessagesAll 4007
+#define IDC_MessagesNone 4008
// NOTE: Within each of the following sections, the IDs are ordered roughly by
// how they appear in the GUI/menus (left to right, top to bottom, etc.).
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698