| 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..cbd82fa7358208953f02e65a14bd427ad047bff3 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
|
| + // 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);
|
| };
|
|
|
|
|