Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 1665363002: Clang plugin to check that unstable types are not used in IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Blacklist types instead Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index 19ed1106a8c87b967bd84b33304532e20f2cfbdd..57bb3a0381f92bb1817d69698803a7a96dfa3b74 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -490,7 +490,7 @@ IPC_MESSAGE_CONTROL2(PpapiMsg_LoadPlugin,
// Creates a channel to talk to a renderer. The plugin will respond with
// PpapiHostMsg_ChannelCreated.
IPC_MESSAGE_CONTROL3(PpapiMsg_CreateChannel,
- base::ProcessId /* renderer_pid */,
+ int32_t /* renderer_pid */,
jam 2016/02/18 21:04:49 no need to change right?
int /* renderer_child_id */,
bool /* incognito */)

Powered by Google App Engine
This is Rietveld 408576698