| Index: content/worker/webworkerclient_proxy.h
|
| diff --git a/content/worker/webworkerclient_proxy.h b/content/worker/webworkerclient_proxy.h
|
| index f85caa58870cfa838701d9b05e4d824ff3f919a1..580738c197dd5977b90741ec363ef850a3eeb4db 100644
|
| --- a/content/worker/webworkerclient_proxy.h
|
| +++ b/content/worker/webworkerclient_proxy.h
|
| @@ -79,11 +79,6 @@ class WebWorkerClientProxy : public WebKit::WebWorkerClient {
|
| bool create,
|
| WebKit::WebFileSystemCallbacks* callbacks);
|
|
|
| - // TODO(adamk): Remove this method once it's gone from WebKit.
|
| - virtual void openFileSystem(WebKit::WebFileSystem::Type type,
|
| - long long size,
|
| - WebKit::WebFileSystemCallbacks* callbacks);
|
| -
|
| void EnsureWorkerContextTerminates();
|
|
|
| private:
|
|
|