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

Issue 10912101: Fix crash in extension NavigationObserver (Closed)

Created:
8 years, 3 months ago by James Cook
Modified:
8 years, 3 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Fix crash in extension NavigationObserver We were derefering a scoped_ptr<> immediately after resetting it. This caused crashes on Linux and a top-crash on Chrome OS. Fixed by copying out the data we need before we delete the object. BUG=145741 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=155000

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
James Cook
Antony, PTAL.
8 years, 3 months ago (2012-09-05 17:25:15 UTC) #1
asargent_no_longer_on_chrome
8 years, 3 months ago (2012-09-05 19:26:17 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698