diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 13:34:02 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 13:34:02 +0000 |
commit | d5fbd539696b1b88a14060ec1e28da9b942ac0c5 (patch) | |
tree | 261eda13e6d840f4c48a8d76af2888129e91e8aa /chrome/common/render_messages.h | |
parent | 378eba1a0a9b667759e27abbb1adfb38e55ffe9f (diff) | |
download | chromium_src-d5fbd539696b1b88a14060ec1e28da9b942ac0c5.zip chromium_src-d5fbd539696b1b88a14060ec1e28da9b942ac0c5.tar.gz chromium_src-d5fbd539696b1b88a14060ec1e28da9b942ac0c5.tar.bz2 |
Revert my revert of 60275 + don't do static casting + disable the tests for now.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3435022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index 4fcb1e5..2b810af 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -95,6 +95,7 @@ struct ViewHostMsg_IDBDatabaseCreateObjectStore_Params; struct ViewHostMsg_IDBIndexOpenCursor_Params; struct ViewHostMsg_IDBObjectStoreCreateIndex_Params; struct ViewHostMsg_IDBObjectStoreOpenCursor_Params; +struct ViewHostMsg_IDBObjectStorePut_Params; struct ViewMsg_ExecuteCode_Params; struct ViewHostMsg_CreateWorker_Params; struct ViewHostMsg_ShowNotification_Params; |