summaryrefslogtreecommitdiffstats
path: root/content/common/content_message_generator.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 01:00:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 01:00:55 +0000
commit59f4f2fa7a3a6509bb524ac93e4a821efe268d35 (patch)
tree5196fb43051b8983a1219a2cbdf4d1bb42d92629 /content/common/content_message_generator.h
parent0ad9befd15a41b07123b4632ce6d37f02e31c9f2 (diff)
downloadchromium_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 'content/common/content_message_generator.h')
-rw-r--r--content/common/content_message_generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h
index ba925c2..b784020 100644
--- a/content/common/content_message_generator.h
+++ b/content/common/content_message_generator.h
@@ -12,6 +12,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"