| Index: content/browser/shared_worker/shared_worker_host.cc
|
| diff --git a/content/browser/shared_worker/shared_worker_host.cc b/content/browser/shared_worker/shared_worker_host.cc
|
| index ac1d606a806913fbc301a0e201fc91f21cb5d09a..eb58399bc9466779b549c3e79d713419d1d328c3 100644
|
| --- a/content/browser/shared_worker/shared_worker_host.cc
|
| +++ b/content/browser/shared_worker/shared_worker_host.cc
|
| @@ -137,7 +137,6 @@ void SharedWorkerHost::WorkerContextDestroyed() {
|
|
|
| void SharedWorkerHost::WorkerScriptLoaded() {
|
| // TODO(horo): implement this.
|
| - NOTIMPLEMENTED();
|
| }
|
|
|
| void SharedWorkerHost::WorkerScriptLoadFailed() {
|
|
|