| Index: chrome/browser/browsing_data/local_data_container.h
|
| diff --git a/chrome/browser/browsing_data/local_data_container.h b/chrome/browser/browsing_data/local_data_container.h
|
| index 158fc1367406352e3e2d2e6f6e76a092b1612e31..932bb39bb80ed65ec93ad7f648e46e9c3cf54309 100644
|
| --- a/chrome/browser/browsing_data/local_data_container.h
|
| +++ b/chrome/browser/browsing_data/local_data_container.h
|
| @@ -143,6 +143,9 @@ class LocalDataContainer {
|
| // delegate to deliver the updated data to the CookieTreeModel.
|
| CookiesTreeModel* model_;
|
|
|
| + // Keeps track of how many batches are expected to start.
|
| + int batches_started_;
|
| +
|
| base::WeakPtrFactory<LocalDataContainer> weak_ptr_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LocalDataContainer);
|
|
|