Index: chrome/common/render_messages.h |
=================================================================== |
--- chrome/common/render_messages.h (revision 69028) |
+++ chrome/common/render_messages.h (working copy) |
@@ -18,7 +18,6 @@ |
#include "chrome/common/common_param_traits.h" |
#include "chrome/common/css_colors.h" |
#include "chrome/common/dom_storage_common.h" |
-#include "chrome/common/indexed_db_param_traits.h" |
#include "chrome/common/page_transition_types.h" |
#include "chrome/common/translate_errors.h" |
#include "chrome/common/view_types.h" |
@@ -104,12 +103,6 @@ |
struct ViewHostMsg_ShowPopup_Params; |
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 ViewHostMsg_IDBObjectStorePut_Params; |
struct ViewMsg_ExecuteCode_Params; |
struct ViewHostMsg_CreateWorker_Params; |
struct ViewHostMsg_ShowNotification_Params; |