Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/thumbnail_source.h |
| diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.h b/chrome/browser/ui/webui/ntp/thumbnail_source.h |
| index dc988518187b32cf38dbad38e97af40e912c1b0d..3093f06ae1aa58c1c7929d03a1948808aee49c4d 100644 |
| --- a/chrome/browser/ui/webui/ntp/thumbnail_source.h |
| +++ b/chrome/browser/ui/webui/ntp/thumbnail_source.h |
| @@ -49,6 +49,13 @@ class ThumbnailSource : public content::URLDataSource { |
| // ThumbnailService. |
| scoped_refptr<thumbnails::ThumbnailService> thumbnail_service_; |
| + // Transient copy of the request in play. Valid between |
|
Evan Stade
2013/03/11 19:47:08
one space after period.
dhollowa
2013/03/11 20:05:23
Done.
|
| + // ShouldServiceRequest() and StartDataRequest(). |
| + mutable const net::URLRequest* current_request_; |
| + |
| + // Only used when servicing requests on the UI thread. |
| + Profile* const profile_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(ThumbnailSource); |
| }; |