diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-19 18:03:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-19 18:03:30 +0000 |
commit | e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6 (patch) | |
tree | 6f0bcf6afa6862b279b1fc1d23d78cead2bd0de3 /content/common/content_message_generator.h | |
parent | 903226b51dbba87492e2dac5405f82f5b3947f6d (diff) | |
download | chromium_src-e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6.zip chromium_src-e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6.tar.gz chromium_src-e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6.tar.bz2 |
Move geolocation, desktop notification, and device orientation into their own message files.Also fix a regression from my earlier change to create a plugin through the embedder API. The fix is to not to create a plugin if the embedder returns NULL, and just have the default implementation create the plugin on its own.TBR=avi
R=brettw@chromium.org,johnnyg@chromium.org,darin@chromium.org,*,jam@chromium.org,ben@chromium.org
Review URL: http://codereview.chromium.org/6688054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/content_message_generator.h')
-rw-r--r-- | content/common/content_message_generator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h index d6ac72f36..f244c90 100644 --- a/content/common/content_message_generator.h +++ b/content/common/content_message_generator.h @@ -8,9 +8,12 @@ #include "content/common/child_process_messages.h" #include "content/common/clipboard_messages.h" #include "content/common/database_messages.h" +#include "content/common/desktop_notification_messages.h" +#include "content/common/device_orientation_messages.h" #include "content/common/dom_storage_messages.h" #include "content/common/file_system_messages.h" #include "content/common/file_utilities_messages.h" +#include "content/common/geolocation_messages.h" #include "content/common/gpu_messages.h" #include "content/common/indexed_db_messages.h" #include "content/common/mime_registry_messages.h" |