| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index 2a6615f744b3df1734620c2e44a0b43976056c08..72d65ce723e985a331cdd2c3e286af32d2ade7c3 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -311,6 +311,7 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| PendingDeleteCallList pending_delete_calls_;
|
|
|
| ConnectionSet connections_;
|
| + bool experimental_web_platform_features_enabled_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(IndexedDBDatabase);
|
| };
|
|
|