Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1199)

Unified Diff: chrome/browser/thumbnails/thumbnail_service_impl.h

Issue 15458003: Plugs in the new thumbnailing algorithm to ThumbnailTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing up details to make clang happy. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/thumbnails/thumbnail_service_impl.h
diff --git a/chrome/browser/thumbnails/thumbnail_service_impl.h b/chrome/browser/thumbnails/thumbnail_service_impl.h
index 0205aac60cf3685fb4a65bad9e0c4108d3fbbf1d..f0c79054149b75ef16a56748df2c71a0e67e1ac6 100644
--- a/chrome/browser/thumbnails/thumbnail_service_impl.h
+++ b/chrome/browser/thumbnails/thumbnail_service_impl.h
@@ -38,6 +38,7 @@ class ThumbnailServiceImpl : public ThumbnailService {
virtual ~ThumbnailServiceImpl();
scoped_refptr<history::TopSites> top_sites_;
+ bool use_thumbnail_retargetting_;
DISALLOW_COPY_AND_ASSIGN(ThumbnailServiceImpl);
};

Powered by Google App Engine
This is Rietveld 408576698