From e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Sat, 19 Mar 2011 18:03:30 +0000 Subject: 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 --- ipc/ipc_message_utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipc') diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 16c51cb..5b06486 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -77,6 +77,9 @@ enum IPCMessageStart { ClipboardMsgStart, BlobMsgStart, AppCacheMsgStart, + DeviceOrientationMsgStart, + DesktopNotificationMsgStart, + GeolocationMsgStart, LastIPCMsgStart // Must come last. }; -- cgit v1.1