diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 01:00:55 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 01:00:55 +0000 |
commit | 59f4f2fa7a3a6509bb524ac93e4a821efe268d35 (patch) | |
tree | 5196fb43051b8983a1219a2cbdf4d1bb42d92629 /chrome/tools | |
parent | 0ad9befd15a41b07123b4632ce6d37f02e31c9f2 (diff) | |
download | chromium_src-59f4f2fa7a3a6509bb524ac93e4a821efe268d35.zip chromium_src-59f4f2fa7a3a6509bb524ac93e4a821efe268d35.tar.gz chromium_src-59f4f2fa7a3a6509bb524ac93e4a821efe268d35.tar.bz2 |
Move the rest of the content browser->renderer messages to content. Also move drag related messages to their own file.
TBR=tsepez
Review URL: http://codereview.chromium.org/6705012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/ipclist/all_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/tools/ipclist/all_messages.h b/chrome/tools/ipclist/all_messages.h index af80dd9..72fdab7 100644 --- a/chrome/tools/ipclist/all_messages.h +++ b/chrome/tools/ipclist/all_messages.h @@ -22,6 +22,7 @@ #include "content/common/desktop_notification_messages.h" #include "content/common/device_orientation_messages.h" #include "content/common/dom_storage_messages.h" +#include "content/common/drag_messages.h" #include "content/common/file_system_messages.h" #include "content/common/file_utilities_messages.h" #include "content/common/geolocation_messages.h" |