summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webworker_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/webworker_base.h')
-rw-r--r--chrome/renderer/webworker_base.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/renderer/webworker_base.h b/chrome/renderer/webworker_base.h
index c7c6c62..12ee84a 100644
--- a/chrome/renderer/webworker_base.h
+++ b/chrome/renderer/webworker_base.h
@@ -26,8 +26,9 @@ class WebWorkerBase : public IPC::Channel::Listener {
virtual ~WebWorkerBase();
// Creates and initializes a new worker context.
- void CreateWorkerContext(IPC::Message* create_message,
- const GURL& script_url,
+ void CreateWorkerContext(const GURL& script_url,
+ bool is_shared,
+ const string16& name,
const string16& user_agent,
const string16& source_code);