Index: public/web/WebWorkerPermissionClientProxy.h |
diff --git a/public/web/WebWorkerPermissionClientProxy.h b/public/web/WebWorkerPermissionClientProxy.h |
index eb420128a7ba06ae5fed1fe00276801397c8967e..95b2c4d0b297639c89120387bd570a1a28384f85 100644 |
--- a/public/web/WebWorkerPermissionClientProxy.h |
+++ b/public/web/WebWorkerPermissionClientProxy.h |
@@ -46,6 +46,7 @@ class WebWorkerPermissionClientProxy { |
public: |
virtual ~WebWorkerPermissionClientProxy() { } |
+ // Deprecated: This function should be removed. |
virtual bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize) |
{ |
return true; |