summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorgunsch <gunsch@chromium.org>2014-11-17 16:52:03 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-18 00:52:31 +0000
commitedf5a93c4b9b3a5a2b318f9c1973e9d8ff2c768a (patch)
treed16c8a89214d5b785d06208301db793ff95ddf3f /ipc
parenta8ef1443dd2e27355e629d5874bfdd27d8d8669e (diff)
downloadchromium_src-edf5a93c4b9b3a5a2b318f9c1973e9d8ff2c768a.zip
chromium_src-edf5a93c4b9b3a5a2b318f9c1973e9d8ff2c768a.tar.gz
chromium_src-edf5a93c4b9b3a5a2b318f9c1973e9d8ff2c768a.tar.bz2
Componentize renderer side of DNS prefetching.
BUG=419909 Review URL: https://codereview.chromium.org/644123002 Cr-Commit-Position: refs/heads/master@{#304529}
Diffstat (limited to 'ipc')
-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 f7b4be8..2d78e6c 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -113,6 +113,7 @@ enum IPCMessageStart {
ExtensionUtilityMsgStart,
GeofencingMsgStart,
LayoutTestMsgStart,
+ DnsPrefetchMsgStart,
LastIPCMsgStart // Must come last.
};