Reviewed by Kent Tamura.
[Chromium] Remove deprecated openFileSystem method signature
https://bugs.webkit.org/show_bug.cgi?id=53262
Chromium still builds after this patch.
* public/WebFrameClient.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@76972
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-28 Adam Klein <adamk@chromium.org>
+
+ Reviewed by Kent Tamura.
+
+ [Chromium] Remove deprecated openFileSystem method signature
+ https://bugs.webkit.org/show_bug.cgi?id=53262
+
+ Chromium still builds after this patch.
+
+ * public/WebFrameClient.h:
+
2011-01-28 Ilya Sherman <isherman@chromium.org>
Reviewed by Andreas Kling.
WebFrame*, WebFileSystem::Type, long long size,
bool create, WebFileSystemCallbacks*) { }
- // FIXME: This method should be deleted once chromium implements the new method above.
- virtual void openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, WebFileSystemCallbacks* callbacks) { return openFileSystem(frame, type, size, true, callbacks); }
-
protected:
~WebFrameClient() { }
};