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

Unified Diff: content/worker/webworkerclient_proxy.h

Issue 6736012: Remove deprecated overload of openFileSystem for workers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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/webworkerclient_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | content/worker/webworkerclient_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698