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

Unified Diff: content/common/indexed_db/proxy_webidbdatabase_impl.h

Issue 10657011: IndexedDB: Remove IPC plumbing for obsolete property accessors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: content/common/indexed_db/proxy_webidbdatabase_impl.h
diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.h b/content/common/indexed_db/proxy_webidbdatabase_impl.h
index 44d765005f80c2526ef30fac57493be975f37574..4ec985a3885278d352ddc4f3bf6d19507505a88b 100644
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.h
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h
@@ -23,9 +23,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
// WebKit::WebIDBDatabase
virtual WebKit::WebIDBMetadata metadata() const;
- virtual WebKit::WebString name() const;
- virtual WebKit::WebString version() const;
- virtual WebKit::WebDOMStringList objectStoreNames() const;
virtual WebKit::WebIDBObjectStore* createObjectStore(
const WebKit::WebString& name,
const WebKit::WebIDBKeyPath& key_path,
« no previous file with comments | « content/common/indexed_db/indexed_db_messages.h ('k') | content/common/indexed_db/proxy_webidbdatabase_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698