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 30398e8fd1309e1d1ea8813ab847b0efa4589ded..7a33168645e3d9a18b7d5e649158e8bd7f00e8de 100644 |
--- a/chrome/browser/ui/webui/ntp/thumbnail_source.h |
+++ b/chrome/browser/ui/webui/ntp/thumbnail_source.h |
@@ -49,9 +49,6 @@ class ThumbnailSource : public content::URLDataSource { |
// ThumbnailService. |
scoped_refptr<thumbnails::ThumbnailService> thumbnail_service_; |
- // Only used when servicing requests on the UI thread. |
- Profile* const profile_; |
- |
// Indicate that, when a URL for which we don't have a thumbnail is requested |
// from this source, then Chrome should capture a thumbnail next time it |
// navigates to this URL. This is useful when the thumbnail URLs are generated |