Index: content/worker/websharedworkerclient_proxy.cc |
diff --git a/content/worker/websharedworkerclient_proxy.cc b/content/worker/websharedworkerclient_proxy.cc |
index 1e8c92fad295338d9a6826416a0abfe1e9e124b9..8175b003a5e77f733d93c081f44ccfe9f79d45a4 100644 |
--- a/content/worker/websharedworkerclient_proxy.cc |
+++ b/content/worker/websharedworkerclient_proxy.cc |
@@ -86,22 +86,6 @@ WebSharedWorkerClientProxy::createWorkerPermissionClientProxy( |
ChildThread::current()->thread_safe_sender()); |
} |
-// TODO(kinuko): Deprecate these methods. |
-bool WebSharedWorkerClientProxy::allowDatabase(WebFrame* frame, |
- const WebString& name, |
- const WebString& display_name, |
- unsigned long estimated_size) { |
- return false; |
-} |
- |
-bool WebSharedWorkerClientProxy::allowFileSystem() { |
- return false; |
-} |
- |
-bool WebSharedWorkerClientProxy::allowIndexedDB(const blink::WebString& name) { |
- return false; |
-} |
- |
void WebSharedWorkerClientProxy::dispatchDevToolsMessage( |
const WebString& message) { |
if (devtools_agent_) |