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

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

Issue 11828054: Remove IPC code for old methods. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix merge conflicts Created 7 years, 11 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 dcf14eb9531bc5ae777b0eee04038d7d4b967a57..c5d8d77e546e6eb7f1cf1b5e2812192f338e141e 100644
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.h
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h
@@ -24,13 +24,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
// WebKit::WebIDBDatabase
virtual WebKit::WebIDBMetadata metadata() const;
- virtual WebKit::WebIDBObjectStore* createObjectStore(
- long long objectstore_id,
- const WebKit::WebString& name,
- const WebKit::WebIDBKeyPath& key_path,
- bool auto_increment,
- const WebKit::WebIDBTransaction& transaction,
- WebKit::WebExceptionCode& ec);
virtual void createObjectStore(
long long transaction_id,
long long objectstore_id,
@@ -38,10 +31,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
const WebKit::WebIDBKeyPath& key_path,
bool auto_increment);
virtual void deleteObjectStore(
- long long object_store_id,
- const WebKit::WebIDBTransaction& transaction,
- WebKit::WebExceptionCode& ec);
- virtual void deleteObjectStore(
long long transaction_id,
long long object_store_id);
virtual WebKit::WebIDBTransaction* createTransaction(
« 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