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

Issue 11231033: Handle null Extension*s in AppRestoreService. (Closed)

Created:
8 years, 2 months ago by koz (OOO until 15th September)
Modified:
8 years, 2 months ago
Reviewers:
benwells
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Handle null Extension*s in AppRestoreService. BUG=155871 TBR=benwells@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163204

Patch Set 1 #

Patch Set 2 : rephrase #

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

Messages

Total messages: 4 (0 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/11231033/2001
8 years, 2 months ago (2012-10-21 05:58:36 UTC) #1
commit-bot: I haz the power
Change committed as 163204
8 years, 2 months ago (2012-10-21 13:56:25 UTC) #2
benwells
https://chromiumcodereview.appspot.com/11231033/diff/2001/chrome/browser/extensions/app_restore_service.cc File chrome/browser/extensions/app_restore_service.cc (right): https://chromiumcodereview.appspot.com/11231033/diff/2001/chrome/browser/extensions/app_restore_service.cc#newcode69 chrome/browser/extensions/app_restore_service.cc:69: if (host->extension()->is_platform_app()) { Is the NULL check needed here ...
8 years, 2 months ago (2012-10-22 00:07:56 UTC) #3
koz (OOO until 15th September)
8 years, 2 months ago (2012-10-25 03:49:47 UTC) #4
https://chromiumcodereview.appspot.com/11231033/diff/2001/chrome/browser/exte...
File chrome/browser/extensions/app_restore_service.cc (right):

https://chromiumcodereview.appspot.com/11231033/diff/2001/chrome/browser/exte...
chrome/browser/extensions/app_restore_service.cc:69: if
(host->extension()->is_platform_app()) {
On 2012/10/22 00:07:56, benwells wrote:
> Is the NULL check needed here as well?

Yes, it is. Seeing as this patch has already landed and I'm in China (and
therefore unable to really do work) could you add the check for me?

Powered by Google App Engine
This is Rietveld 408576698