| 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 dd0df52bdc218ad594be92e41aca00e7fcecc79c..ce9ad4e2915b976d717069fc156d811c12edaca9 100644
|
| --- a/content/browser/dom_storage/dom_storage_area.h
|
| +++ b/content/browser/dom_storage/dom_storage_area.h
|
| @@ -175,7 +175,6 @@ class CONTENT_EXPORT DOMStorageArea
|
| int commit_batches_in_flight_;
|
| base::TimeTicks start_time_;
|
| RateLimiter data_rate_limiter_;
|
| - RateLimiter commit_rate_limiter_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DOMStorageArea);
|
| };
|
|
|