summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authoreranm <eranm@chromium.org>2015-06-03 01:38:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-03 08:40:00 +0000
commitb795155cfcf7583c9bc1d9527e07a5d3ee5742b3 (patch)
tree92be64c0b86c77fa9b7ddb282860803125efb6f1 /ipc/ipc_message_start.h
parentbadc218efbcd06f30ee6d0a0097841240db355ae (diff)
downloadchromium_src-b795155cfcf7583c9bc1d9527e07a5d3ee5742b3.zip
chromium_src-b795155cfcf7583c9bc1d9527e07a5d3ee5742b3.tar.gz
chromium_src-b795155cfcf7583c9bc1d9527e07a5d3ee5742b3.tar.bz2
Refactoring: Moving the SafeJsonParser to its own component.
So it can be used by other components, particularly parsing Certificate Transparency's Signed Tree Heads fetched from third-parties. BUG= Review URL: https://codereview.chromium.org/1140053003 Cr-Commit-Position: refs/heads/master@{#332573}
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 d4966bc..9543a66 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -124,6 +124,7 @@ enum IPCMessageStart {
DataReductionProxyStart,
ContentSettingsMsgStart,
ChromeAppBannerMsgStart,
+ SafeJsonParserMsgStart,
LastIPCMsgStart // Must come last.
};