| Index: content/worker/websharedworker_stub.h
|
| diff --git a/content/worker/websharedworker_stub.h b/content/worker/websharedworker_stub.h
|
| index 6083460f0f0770386a8b91fea5ed9e2fe4c3996c..dc4ebeda9e50e9eb5afe5b76699ade494a61ecab 100644
|
| --- a/content/worker/websharedworker_stub.h
|
| +++ b/content/worker/websharedworker_stub.h
|
| @@ -14,6 +14,8 @@ namespace WebKit {
|
| class WebSharedWorker;
|
| }
|
|
|
| +class WorkerDevToolsAgent;
|
| +
|
| // This class creates a WebSharedWorker, and translates incoming IPCs to the
|
| // appropriate WebSharedWorker APIs.
|
| class WebSharedWorkerStub : public WebWorkerStubBase {
|
| @@ -39,6 +41,7 @@ class WebSharedWorkerStub : public WebWorkerStubBase {
|
| string16 name_;
|
| bool started_;
|
| GURL url_;
|
| + scoped_ptr<WorkerDevToolsAgent> worker_devtools_agent_;
|
|
|
| typedef std::pair<int, int> PendingConnectInfo;
|
| typedef std::vector<PendingConnectInfo> PendingConnectInfoList;
|
|
|