Index: content/child/indexed_db/webidbdatabase_impl.h |
diff --git a/content/child/indexed_db/webidbdatabase_impl.h b/content/child/indexed_db/webidbdatabase_impl.h |
index 088f722be5ad9de04595a3eb8621d6b272d6f10c..45976404b322ee6497dedde5a57f7ff92fa69bf5 100644 |
--- a/content/child/indexed_db/webidbdatabase_impl.h |
+++ b/content/child/indexed_db/webidbdatabase_impl.h |
@@ -46,16 +46,6 @@ class WebIDBDatabaseImpl : public blink::WebIDBDatabase { |
const blink::WebIDBKeyRange&, |
bool keyOnly, |
blink::WebIDBCallbacks*); |
-// TODO(ericu): Remove this once it's obsolete. It's only here for the |
-// three-sided-patch dance. |
- virtual void put(long long transactionId, |
- long long objectStoreId, |
- const blink::WebData& value, |
- const blink::WebIDBKey&, |
- PutMode, |
- blink::WebIDBCallbacks*, |
- const blink::WebVector<long long>& indexIds, |
- const blink::WebVector<WebIndexKeys>&); |
virtual void put(long long transactionId, |
long long objectStoreId, |
const blink::WebData& value, |