| Index: components/favicon/core/favicon_handler.h
|
| diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h
|
| index 5bab69c48bc15ea8087996c3ed5e8024fa32d931..1a17507a56fc76408f362bf2944e444ff927b6de 100644
|
| --- a/components/favicon/core/favicon_handler.h
|
| +++ b/components/favicon/core/favicon_handler.h
|
| @@ -281,6 +281,8 @@ class FaviconHandler {
|
| // This handler's delegate.
|
| Delegate* delegate_;
|
|
|
| + int request_attempts_;
|
| +
|
| // The index of the favicon URL in |image_urls_| which is currently being
|
| // requested from history or downloaded.
|
| size_t current_candidate_index_;
|
|
|