From 4ce69f7403811819800e7c5ae1318b2647e778d1 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Thu, 22 May 2014 18:24:25 +0200 Subject: Update Chromium snapshot to stable version 33.0.1750.170 This is meant as a baseline commit hence it does not include the patches we need to apply for QtWebEngine. All patches should be rebased on top of this commit so we can get rid of the external patches directory. In future these baseline commits always have to include the exact Chromium version returned by version_resolver.py's currentVersion() in their first line, so that we can retrieve the patches on top to apply on the upstream repository. This also includes a ninja update. Change-Id: I60abeadb785a3b7d149c58b65ddb5a823fed3083 Reviewed-by: Jocelyn Turcotte --- chromium/ipc/ipc_message_start.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chromium/ipc') diff --git a/chromium/ipc/ipc_message_start.h b/chromium/ipc/ipc_message_start.h index 3016f5d3461..7ce2bdd8542 100644 --- a/chromium/ipc/ipc_message_start.h +++ b/chromium/ipc/ipc_message_start.h @@ -10,7 +10,6 @@ // code to figure out the message class from its ID. enum IPCMessageStart { AutomationMsgStart = 0, - QtMsgStart, FrameMsgStart, ViewMsgStart, InputMsgStart, -- cgit v1.2.1