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

Unified Diff: chrome/browser/bookmark_bar_model.cc

Issue 440: Attempt at fixing crash. I believe this is happening during session... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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/bookmark_bar_model.h ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmark_bar_model.cc
===================================================================
--- chrome/browser/bookmark_bar_model.cc (revision 1736)
+++ chrome/browser/bookmark_bar_model.cc (working copy)
@@ -104,6 +104,9 @@
this, NOTIFY_HISTORY_LOADED, Source<Profile>(profile_));
}
+ FOR_EACH_OBSERVER(BookmarkBarModelObserver, observers_,
+ BookmarkModelBeingDeleted(this));
+
if (store_) {
// The store maintains a reference back to us. We need to tell it we're gone
// so that it doesn't try and invoke a method back on us again.
« no previous file with comments | « chrome/browser/bookmark_bar_model.h ('k') | chrome/browser/views/bookmark_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698