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

Issue 10544034: gdata: Fix a crash at shutdown with pending gdata operations (Closed)

Created:
8 years, 6 months ago by satorux1
Modified:
8 years, 6 months ago
Reviewers:
zel
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

gdata: Fix a crash at shutdown with pending gdata operations Before the fix, chromeos::SystemTrayDelegate didn't remove itself as an oberver of GDataOperationRegistry. This resulted in a crash at shutdown as OnProgressUpdate() was called against chromeos::SystemTrayDelegate, which was already deleted. BUG=131309 TEST=confirm the crash is gone per repro steps at crbug.com/131309#c5 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140889

Patch Set 1 #

Patch Set 2 : fix RemoteFileSystemExtensionApiTest.RemoteMountPoint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M chrome/browser/chromeos/extensions/external_filesystem_apitest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
satorux1
8 years, 6 months ago (2012-06-06 18:16:51 UTC) #1
zel
8 years, 6 months ago (2012-06-06 18:18:21 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698