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

Unified Diff: content/worker/websharedworkerclient_proxy.h

Issue 107093011: Remove unused WebSharedWorkerClientProxy methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | content/worker/websharedworkerclient_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/websharedworkerclient_proxy.h
diff --git a/content/worker/websharedworkerclient_proxy.h b/content/worker/websharedworkerclient_proxy.h
index 636e73f6da3ceafa215bc1d166fdd7493a9ddf63..a573368431af361f74379d07fa61937e0b9ef9ad 100644
--- a/content/worker/websharedworkerclient_proxy.h
+++ b/content/worker/websharedworkerclient_proxy.h
@@ -44,14 +44,6 @@ class WebSharedWorkerClientProxy : public blink::WebSharedWorkerClient {
createWorkerPermissionClientProxy(
const blink::WebSecurityOrigin& origin);
- // TODO(kinuko): Deprecate these methods.
- virtual bool allowDatabase(blink::WebFrame* frame,
- const blink::WebString& name,
- const blink::WebString& display_name,
- unsigned long estimated_size);
- virtual bool allowFileSystem();
- virtual bool allowIndexedDB(const blink::WebString&);
-
virtual void dispatchDevToolsMessage(const blink::WebString&);
virtual void saveDevToolsAgentState(const blink::WebString&);
« no previous file with comments | « no previous file | content/worker/websharedworkerclient_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698