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

Unified Diff: chrome/browser/thumbnails/thumbnailing_context.cc

Issue 15458003: Plugs in the new thumbnailing algorithm to ThumbnailTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed up a compile problem (indpendent change). 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
« no previous file with comments | « chrome/browser/thumbnails/thumbnailing_context.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/thumbnails/thumbnailing_context.cc
diff --git a/chrome/browser/thumbnails/thumbnailing_context.cc b/chrome/browser/thumbnails/thumbnailing_context.cc
index 637df192ac1a2491bfed03dc11ee16edfb3a1dad..2457ebbdaef91ad49177ab5225ef2c517c1a8314 100644
--- a/chrome/browser/thumbnails/thumbnailing_context.cc
+++ b/chrome/browser/thumbnails/thumbnailing_context.cc
@@ -19,6 +19,10 @@ ThumbnailingContext::ThumbnailingContext(content::WebContents* web_contents,
score.load_completed = !web_contents->IsLoading() && !load_interrupted;
}
+ThumbnailingContext::ThumbnailingContext()
+ : clip_result(CLIP_RESULT_UNPROCESSED) {
+}
+
ThumbnailingContext::~ThumbnailingContext() {
}
« no previous file with comments | « chrome/browser/thumbnails/thumbnailing_context.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698