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

Unified Diff: content/common/indexed_db/proxy_webidbindex_impl.cc

Issue 10383221: IndexedDB: Remove IDBIndex.storeName property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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_webidbindex_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db/proxy_webidbindex_impl.cc
diff --git a/content/common/indexed_db/proxy_webidbindex_impl.cc b/content/common/indexed_db/proxy_webidbindex_impl.cc
index 2d5b38d22679876dfa5ba371a208fa9a80f876e4..73e04183cc18ff55687dbc1b11c3dcc95b098713 100644
--- a/content/common/indexed_db/proxy_webidbindex_impl.cc
+++ b/content/common/indexed_db/proxy_webidbindex_impl.cc
@@ -40,13 +40,6 @@ WebString RendererWebIDBIndexImpl::name() const {
return result;
}
-WebString RendererWebIDBIndexImpl::storeName() const {
- string16 result;
- IndexedDBDispatcher::Send(
- new IndexedDBHostMsg_IndexStoreName(idb_index_id_, &result));
- return result;
-}
-
WebIDBKeyPath RendererWebIDBIndexImpl::keyPath() const {
IndexedDBKeyPath result;
IndexedDBDispatcher::Send(
« no previous file with comments | « content/common/indexed_db/proxy_webidbindex_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698