Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: public/web/WebWorkerPermissionClientProxy.h

Issue 564713002: Web SQL: Remove more worker-related code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Windows build Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WorkerPermissionClient.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/WorkerPermissionClient.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698