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

Unified Diff: chrome/browser/cocoa/bookmark_bar_folder_controller.mm

Issue 1706017: Crash: Moving bookmarks into subfolder in incognito window (Closed)
Patch Set: Created 10 years, 8 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 | « no previous file | chrome/browser/cocoa/bookmark_bar_folder_hover_state.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_bar_folder_controller.mm
diff --git a/chrome/browser/cocoa/bookmark_bar_folder_controller.mm b/chrome/browser/cocoa/bookmark_bar_folder_controller.mm
index 861f6e2c4c1d18baf8e49607bfa1a3be77aefbe5..29d718595b760497894d59c9d0e127b90d4b88db 100644
--- a/chrome/browser/cocoa/bookmark_bar_folder_controller.mm
+++ b/chrome/browser/cocoa/bookmark_bar_folder_controller.mm
@@ -84,6 +84,7 @@ const CGFloat kScrollWindowVerticalMargin = 0.0;
- (void)dealloc {
[self removeScrollTracking];
[self endScroll];
+ [hoverState_ draggingExited];
// Note: we don't need to
// [NSObject cancelPreviousPerformRequestsWithTarget:self];
// Because all of our performSelector: calls use withDelay: which
« no previous file with comments | « no previous file | chrome/browser/cocoa/bookmark_bar_folder_hover_state.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698