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

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

Issue 10533057: IPC plumbing for IndexedDB to snapshot metadata to the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use IPC macros rather than introducing new classes 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 a6e7154e46ce18f252ef23721f7846653f1277c0..57a851fc09eeb07eacc75484f1f688ca55f81849 100644
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.h
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h
@@ -22,6 +22,7 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
virtual ~RendererWebIDBDatabaseImpl();
// WebKit::WebIDBDatabase
+ virtual WebKit::WebIDBDatabaseMetadata metadata() const;
virtual WebKit::WebString name() const;
virtual WebKit::WebString version() const;
virtual WebKit::WebDOMStringList objectStoreNames() const;

Powered by Google App Engine
This is Rietveld 408576698