summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authoralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-21 16:12:49 +0000
committeralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-21 16:12:49 +0000
commit336e4489eacbb470ff5d22deb464beb9cb832422 (patch)
tree9ba56a0467d9ee7769c4d8955e78854cd0cc4c8e /ipc/ipc_message_start.h
parent910b310d6bd6304a24ae2bfeb7af766aea2502da (diff)
downloadchromium_src-336e4489eacbb470ff5d22deb464beb9cb832422.zip
chromium_src-336e4489eacbb470ff5d22deb464beb9cb832422.tar.gz
chromium_src-336e4489eacbb470ff5d22deb464beb9cb832422.tar.bz2
Stub out initial NavigationController browser implementation
This is the initial cut for the browser-side NavigationControllerDispatcherHost, and all the various related support plumbing to hook up two initial messages. BUG= 285976 Review URL: https://chromiumcodereview.appspot.com/23615009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index dc9be23..a8cca53 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -89,7 +89,8 @@ enum IPCMessageStart {
LocalDiscoveryMsgStart,
PowerMonitorMsgStart,
EncryptedMediaMsgStart,
- LastIPCMsgStart // Must come last.
+ ServiceWorkerMsgStart,
+ LastIPCMsgStart // Must come last.
};
#endif // IPC_IPC_MESSAGE_START_H_