| Index: components/favicon/core/favicon_handler.h
|
| diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h
|
| index 9e6e22b9f97126bc1762aa49db194d4225a8f635..04898f2919d3c6aaed22913038185ca95322701c 100644
|
| --- a/components/favicon/core/favicon_handler.h
|
| +++ b/components/favicon/core/favicon_handler.h
|
| @@ -290,6 +290,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_;
|
|
|