From 336e4489eacbb470ff5d22deb464beb9cb832422 Mon Sep 17 00:00:00 2001 From: "alecflett@chromium.org" Date: Sat, 21 Sep 2013 16:12:49 +0000 Subject: 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 --- ipc/ipc_message_start.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipc') 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_ -- cgit v1.1