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

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: Added unit tests. 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..a287c1f783bf637dfdcc31a9b8ade962404c4e4b 100644
--- a/chrome/browser/thumbnails/thumbnail_service_impl.h
+++ b/chrome/browser/thumbnails/thumbnail_service_impl.h
@@ -37,7 +37,11 @@ class ThumbnailServiceImpl : public ThumbnailService {
private:
virtual ~ThumbnailServiceImpl();
+ // True if thumbnail retargetting feature is enabled (Finch/flags).
+ static bool GetThumbnailRetargettingEnabled();
mazda 2013/05/23 19:13:57 Because this is used only in .cc, how about hiding
motek. 2013/05/27 16:54:54 Done.
+
scoped_refptr<history::TopSites> top_sites_;
+ bool use_thumbnail_retargetting_;
DISALLOW_COPY_AND_ASSIGN(ThumbnailServiceImpl);
};

Powered by Google App Engine
This is Rietveld 408576698