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

Issue 10836161: Fix the browser test DownloadExtensionTest_FileIcon_Active crash which started occurring after my c… (Closed)

Created:
8 years, 4 months ago by ananta
Modified:
8 years, 4 months ago
Reviewers:
asanka
CC:
chromium-reviews, rdsmith+dwatch_chromium.org
Visibility:
Public.

Description

Fix the browser test DownloadExtensionTest_FileIcon_Active crash which started occurring after my change 150597 to send out Windows 8 metro notifications when downloads complete. Reason for the crash:- We were not unsubscribing from the DownloadItem object when it was completed and instead doing it when the download manager was going away. At that point the object was already deleted. BUG=133109 TBR=asanka Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150625

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M chrome/browser/download/download_completion_observer_win.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
8 years, 4 months ago (2012-08-08 22:23:44 UTC) #1
asanka
8 years, 4 months ago (2012-08-08 22:28:33 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698