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

Unified Diff: content/common/worker_messages.h

Issue 22314003: NavigationController prototype Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NavController prototype - chrome side Created 7 years, 3 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/common/appcache_messages.h ('k') | content/content_browser.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 6f20461ec3ed181313aa853c39ed0324be2425a2..b11177cc944adc750cec3de19ee2df253bf5bddc 100644
--- a/content/common/worker_messages.h
+++ b/content/common/worker_messages.h
@@ -51,6 +51,7 @@ IPC_STRUCT_BEGIN(WorkerProcessMsg_CreateWorker_Params)
IPC_STRUCT_MEMBER(int, route_id)
IPC_STRUCT_MEMBER(int, creator_process_id)
IPC_STRUCT_MEMBER(int64, shared_worker_appcache_id)
+ IPC_STRUCT_MEMBER(bool, is_controller)
IPC_STRUCT_END()
IPC_ENUM_TRAITS(WebKit::WebContentSecurityPolicyType)
@@ -61,6 +62,10 @@ IPC_ENUM_TRAITS(WebKit::WebContentSecurityPolicyType)
IPC_MESSAGE_CONTROL1(WorkerProcessMsg_CreateWorker,
WorkerProcessMsg_CreateWorker_Params)
+IPC_MESSAGE_ROUTED2(WorkerMsg_StartEmbeddedWorkerContext,
+ GURL /* url */,
+ std::string /* raw_source_code */)
+
// Note: these Message Port related messages can also be sent to the
// renderer process. Putting them here since we don't have a shared place
// like common_messages_internal.h
@@ -165,7 +170,6 @@ IPC_MESSAGE_ROUTED2(WorkerMsg_Connect,
IPC_MESSAGE_ROUTED0(WorkerMsg_WorkerObjectDestroyed)
-
//-----------------------------------------------------------------------------
// WorkerHost messages
// These are messages sent from the worker process to the renderer process.
« no previous file with comments | « content/common/appcache_messages.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698