diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 12:22:37 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 12:22:37 +0000 |
commit | 1503abc34da996ed7fba826cb9a620299dc0bff1 (patch) | |
tree | 9a21ca12b108e0d0d6d37bb585014dbb9c7a4d90 /chrome/app/chrome_dll_resource.h | |
parent | 31b488cb0b502b551f28cc0a7038b996faa49739 (diff) | |
download | chromium_src-1503abc34da996ed7fba826cb9a620299dc0bff1.zip chromium_src-1503abc34da996ed7fba826cb9a620299dc0bff1.tar.gz chromium_src-1503abc34da996ed7fba826cb9a620299dc0bff1.tar.bz2 |
DevTools: Add devtools messages into the about:ipc dialog.
Review URL: http://codereview.chromium.org/60090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index d89c825..7bfd289 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -31,6 +31,8 @@ #define IDC_NPObjectNone 4014 #define IDC_PluginHostAll 4015 #define IDC_PluginHostNone 4016 +#define IDC_DevToolsAgent 4017 +#define IDC_DevToolsClient 4018 // 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.). |