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

Unified Diff: webkit/support/test_webkit_platform_support.cc

Issue 10916318: IndexedDB: Remove unused two-phase-open methods following WK90411 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « content/common/indexed_db/proxy_webidbfactory_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_platform_support.cc
diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc
index b37f2baa608bb61980cdccea9b8c0d441093c710..f97052323e458515d93afe047f5e90339786550a 100644
--- a/webkit/support/test_webkit_platform_support.cc
+++ b/webkit/support/test_webkit_platform_support.cc
@@ -348,17 +348,6 @@ class TestWebIDBFactory : public WebKit::WebIDBFactory {
dataDir.isEmpty() ? data_dir_ : dataDir);
}
- // TODO(jsbell): Remove this overload when WK94011 rolls.
- virtual void open(const WebString& name,
- long long version,
- WebKit::WebIDBCallbacks* callbacks,
- const WebKit::WebSecurityOrigin& origin,
- WebKit::WebFrame* frame,
- const WebString& dataDir) {
- factory_->open(name, version, callbacks, origin, frame,
- dataDir.isEmpty() ? data_dir_ : dataDir);
- }
-
virtual void open(const WebString& name,
long long version,
WebKit::WebIDBCallbacks* callbacks,
« no previous file with comments | « content/common/indexed_db/proxy_webidbfactory_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698