summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model.cc')
-rw-r--r--chrome/browser/bookmarks/bookmark_model.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model.cc b/chrome/browser/bookmarks/bookmark_model.cc
index e0ccaaf86..e55e552 100644
--- a/chrome/browser/bookmarks/bookmark_model.cc
+++ b/chrome/browser/bookmarks/bookmark_model.cc
@@ -196,7 +196,6 @@ bool BookmarkPermanentNode::IsVisible() const {
BookmarkModel::BookmarkModel(Profile* profile)
: profile_(profile),
loaded_(false),
- file_changed_(false),
root_(GURL()),
bookmark_bar_node_(NULL),
other_node_(NULL),
@@ -710,8 +709,6 @@ void BookmarkModel::DoneLoading(BookmarkLoadDetails* details_delete_me) {
}
next_node_id_ = details->max_id();
- if (details->computed_checksum() != details->stored_checksum())
- file_changed_ = true;
if (details->computed_checksum() != details->stored_checksum() ||
details->ids_reassigned()) {
// If bookmarks file changed externally, the IDs may have changed