| Index: content/browser/dom_storage/dom_storage_area.h
|
| diff --git a/content/browser/dom_storage/dom_storage_area.h b/content/browser/dom_storage/dom_storage_area.h
|
| index 9909fdd6c5b77391ecd8bc084e2013d7675fa229..70ab2bee9d6372f317c84648892b5efa872780b3 100644
|
| --- a/content/browser/dom_storage/dom_storage_area.h
|
| +++ b/content/browser/dom_storage/dom_storage_area.h
|
| @@ -165,6 +165,7 @@ class CONTENT_EXPORT DOMStorageArea
|
| // disk on the commit sequence, and to call back on the primary
|
| // task sequence when complete.
|
| CommitBatch* CreateCommitBatchIfNeeded();
|
| + void PopulateCommitBatchValues();
|
| void StartCommitTimer();
|
| void OnCommitTimer();
|
| void PostCommitTask();
|
|
|