diff options
author | halton.huo <halton.huo@intel.com> | 2015-07-06 01:17:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-06 08:18:24 +0000 |
commit | ca2eabdc854a972db31fec01af6bb22ae643af4c (patch) | |
tree | 79ab06970a0d3baadd8099bff1fb9d2e8f35d10e /ipc/ipc_message_start.h | |
parent | 91c669bcd7b4e49f41f8ac20f4e121ac74d8f097 (diff) | |
download | chromium_src-ca2eabdc854a972db31fec01af6bb22ae643af4c.zip chromium_src-ca2eabdc854a972db31fec01af6bb22ae643af4c.tar.gz chromium_src-ca2eabdc854a972db31fec01af6bb22ae643af4c.tar.bz2 |
Replace image_messages.h with Mojo service
Implement ImageDownloader service and register it into RenderFrame
ServiceRegistry. This Mojo service will do the job did by
ImageLoadingHelper before.
Re-use mojom files:
third_party/mojo_services/src/geometry/public/interfaces/
geometry.mojom
skia/public/interfaces/bitmap.mojom
TBR=rockot@chromium.org,amistry@google.com,darin@chromium.org,nasko@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1085783002
Cr-Commit-Position: refs/heads/master@{#337370}
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r-- | ipc/ipc_message_start.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h index bd47f20..b37c5c9 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -53,7 +53,6 @@ enum IPCMessageStart { ExtensionMsgStart, VideoCaptureMsgStart, QuotaMsgStart, - ImageMsgStart, TextInputClientMsgStart, ChromeUtilityMsgStart, MediaStreamMsgStart, |