summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/render_messages_params.h')
-rw-r--r--chrome/common/render_messages_params.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
index bc82818..3574b7c 100644
--- a/chrome/common/render_messages_params.h
+++ b/chrome/common/render_messages_params.h
@@ -669,9 +669,6 @@ struct ViewHostMsg_IDBFactoryOpen_Params {
// The name of the database.
string16 name_;
- // The description of the database.
- string16 description_;
-
// The maximum size of the database.
uint64 maximum_size_;
};