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

Unified Diff: content/common/devtools_messages.h

Issue 81433004: DevTools: Pass foreign bit to Blink instead of owner_pid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 7 years, 1 month 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
« no previous file with comments | « no previous file | content/common/gpu/devtools_gpu_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/devtools_messages.h
diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
index 5d67c221ec2a08d9b766ac685a5bc2045fe45709..9154aaf2b53f92d910c8ef35eda0d8bce633c6c8 100644
--- a/content/common/devtools_messages.h
+++ b/content/common/devtools_messages.h
@@ -128,7 +128,7 @@ IPC_MESSAGE_ROUTED0(DevToolsHostMsg_ClearBrowserCookies)
IPC_STRUCT_BEGIN(GpuTaskInfo)
IPC_STRUCT_MEMBER(double, timestamp)
IPC_STRUCT_MEMBER(int, phase)
- IPC_STRUCT_MEMBER(unsigned, owner_pid)
+ IPC_STRUCT_MEMBER(bool, foreign)
IPC_STRUCT_END()
// Recorded events are passed in chunks to the renderer process.
« no previous file with comments | « no previous file | content/common/gpu/devtools_gpu_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698