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

Issue 120553004: app_list: Fix SearchResultView result_ usage. (Closed)

Created:
6 years, 11 months ago by xiyuan
Modified:
6 years, 11 months ago
Reviewers:
Matt Giuca
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Visibility:
Public.

Description

app_list: Fix SearchResultView result_ usage. SearchResultView's |result_| could be NULL and should be handled properly. BUG=332012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243602

Patch Set 1 #

Patch Set 2 : revert unnecessary change #

Total comments: 2

Patch Set 3 : for #2 comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M ui/app_list/views/search_result_view.cc View 1 2 4 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
xiyuan
6 years, 11 months ago (2014-01-07 19:26:42 UTC) #1
Matt Giuca
lgtm https://codereview.chromium.org/120553004/diff/20003/ui/app_list/views/search_result_view.cc File ui/app_list/views/search_result_view.cc (right): https://codereview.chromium.org/120553004/diff/20003/ui/app_list/views/search_result_view.cc#newcode334 ui/app_list/views/search_result_view.cc:334: ui::MenuModel* menu_model = result_ ? result_->GetContextMenuModel() : NULL; ...
6 years, 11 months ago (2014-01-07 22:55:07 UTC) #2
xiyuan
https://codereview.chromium.org/120553004/diff/20003/ui/app_list/views/search_result_view.cc File ui/app_list/views/search_result_view.cc (right): https://codereview.chromium.org/120553004/diff/20003/ui/app_list/views/search_result_view.cc#newcode334 ui/app_list/views/search_result_view.cc:334: ui::MenuModel* menu_model = result_ ? result_->GetContextMenuModel() : NULL; On ...
6 years, 11 months ago (2014-01-07 23:12:44 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xiyuan@chromium.org/120553004/70001
6 years, 11 months ago (2014-01-07 23:17:46 UTC) #4
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=242875
6 years, 11 months ago (2014-01-08 01:27:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xiyuan@chromium.org/120553004/70001
6 years, 11 months ago (2014-01-08 17:06:05 UTC) #6
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 18:21:28 UTC) #7
Message was sent while issue was closed.
Change committed as 243602

Powered by Google App Engine
This is Rietveld 408576698