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

Unified Diff: chrome/browser/history/page_usage_data.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/history/page_usage_data.h
diff --git a/chrome/browser/history/page_usage_data.h b/chrome/browser/history/page_usage_data.h
index b7a689a1400c2dc8f1b2a7db7b28fcc13add8ed4..41d98415bd8adcd4543d7017dbf48050ea2f4889 100644
--- a/chrome/browser/history/page_usage_data.h
+++ b/chrome/browser/history/page_usage_data.h
@@ -24,16 +24,7 @@ class SkBitmap;
/////////////////////////////////////////////////////////////////////////////
class PageUsageData {
public:
- explicit PageUsageData(history::URLID id)
- : id_(id),
- thumbnail_(NULL),
- thumbnail_set_(false),
- thumbnail_pending_(false),
- favicon_(NULL),
- favicon_set_(false),
- favicon_pending_(false),
- score_(0.0) {
- }
+ explicit PageUsageData(history::URLID id);
virtual ~PageUsageData();

Powered by Google App Engine
This is Rietveld 408576698