summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 11:27:26 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 11:27:26 +0000
commite7fd1980c7fbe92aea58b6d7256770d7be9ac621 (patch)
treea5ad99c8f423f086d79bd1612ebf517434650ea4 /chrome/common/render_messages.h
parent56d73f2dcb38999c4ec15f8a9c5236bf1ab5cf2d (diff)
downloadchromium_src-e7fd1980c7fbe92aea58b6d7256770d7be9ac621.zip
chromium_src-e7fd1980c7fbe92aea58b6d7256770d7be9ac621.tar.gz
chromium_src-e7fd1980c7fbe92aea58b6d7256770d7be9ac621.tar.bz2
Add IDBIndex plumbing (for IndexedDB).
BUG=none TEST=none Review URL: http://codereview.chromium.org/3442001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 86da113..8d7a973 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -92,6 +92,7 @@ struct ViewHostMsg_ScriptedPrint_Params;
struct ViewMsg_DOMStorageEvent_Params;
struct ViewHostMsg_IDBFactoryOpen_Params;
struct ViewHostMsg_IDBDatabaseCreateObjectStore_Params;
+struct ViewHostMsg_IDBIndexOpenCursor_Params;
struct ViewHostMsg_IDBObjectStoreCreateIndex_Params;
struct ViewHostMsg_IDBObjectStoreOpenCursor_Params;
struct ViewMsg_ExecuteCode_Params;