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

Unified Diff: chrome/browser/history/history_types.cc

Issue 5753007: Make us save favicon in incognito mode if the url is bookmarked. This (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 10 years 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/history_types.cc
diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc
index 8a41ae81201904e7b156ae59746ee0dc102cac3a..05d9a72ad96520a99cf5b3cc9d70bcc918786baa 100644
--- a/chrome/browser/history/history_types.cc
+++ b/chrome/browser/history/history_types.cc
@@ -60,8 +60,8 @@ void URLRow::Swap(URLRow* other) {
void URLRow::Initialize() {
id_ = 0;
- visit_count_ = false;
- typed_count_ = false;
+ visit_count_ = 0;
+ typed_count_ = 0;
last_visit_ = Time();
hidden_ = false;
favicon_id_ = 0;

Powered by Google App Engine
This is Rietveld 408576698