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

Unified Diff: content/child/indexed_db/webidbdatabase_impl.h

Issue 323223003: Remove obsolete helper function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/child/indexed_db/webidbdatabase_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | content/child/indexed_db/webidbdatabase_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698