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

Unified Diff: content/common/worker_messages.h

Issue 8399007: Removing dedicated worker-related IPC codei (first round). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: CR feedback Created 9 years, 2 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
« no previous file with comments | « content/browser/worker_host/worker_service.cc ('k') | content/content_worker.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/worker_messages.h
diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h
index 20e0d26ff01dde3ee4eca92f14a25b86458c5564..25fb0745fb2d840b3292872e4d032c0ed0218603 100644
--- a/content/common/worker_messages.h
+++ b/content/common/worker_messages.h
@@ -43,13 +43,9 @@ IPC_STRUCT_END()
// Parameter structure for WorkerProcessMsg_CreateWorker.
IPC_STRUCT_BEGIN(WorkerProcessMsg_CreateWorker_Params)
IPC_STRUCT_MEMBER(GURL, url)
- IPC_STRUCT_MEMBER(bool, is_shared)
IPC_STRUCT_MEMBER(string16, name)
IPC_STRUCT_MEMBER(int, route_id)
IPC_STRUCT_MEMBER(int, creator_process_id)
- // Only valid for dedicated workers.
- IPC_STRUCT_MEMBER(int, creator_appcache_host_id)
- // Only valid for shared workers.
IPC_STRUCT_MEMBER(int64, shared_worker_appcache_id)
IPC_STRUCT_END()
@@ -176,4 +172,3 @@ IPC_MESSAGE_ROUTED1(WorkerHostMsg_ReportPendingActivity,
IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerContextClosed,
int /* worker_route_id */)
IPC_MESSAGE_ROUTED0(WorkerHostMsg_WorkerContextDestroyed)
-
« no previous file with comments | « content/browser/worker_host/worker_service.cc ('k') | content/content_worker.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698