summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authormlamouri <mlamouri@chromium.org>2014-09-16 09:55:40 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-16 16:56:43 +0000
commitefdca9d8f31e7aa0ce7cb7a2eff5f08dead2498b (patch)
tree68566d9573844a92d7cffc0aaac24af22a7ca74b /ipc/ipc_message_start.h
parent59b968271f2a2fb948ad110f0ed1b3da870b0eb5 (diff)
downloadchromium_src-efdca9d8f31e7aa0ce7cb7a2eff5f08dead2498b.zip
chromium_src-efdca9d8f31e7aa0ce7cb7a2eff5f08dead2498b.tar.gz
chromium_src-efdca9d8f31e7aa0ce7cb7a2eff5f08dead2498b.tar.bz2
Implement ManifestManager to handle manifest in content/.
This can be used from the renderer process or the browser process. Requesting the manifest can be done via one call, a callback has to be passed and will run with the manifest passed as parameter. A failure will return the empty manifest. Some more logic could be added like caching the manifest in the browser process or keeping track of the manifest dirty state in the browser process but those things can be added transparently later. BUG=366145 Review URL: https://codereview.chromium.org/537053002 Cr-Commit-Position: refs/heads/master@{#295085}
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 3c28ad9..773d4e1 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -109,6 +109,7 @@ enum IPCMessageStart {
CredentialManagerMsgStart,
PDFMsgStart,
WebCacheMsgStart,
+ ManifestManagerMsgStart,
LastIPCMsgStart // Must come last.
};