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

Issue 2418833003: Remove use of deprecated base::ListValue::Append(Value*) overload in //chrome/browser/chromeos (Closed)

Created:
4 years, 2 months ago by dcheng
Modified:
4 years, 2 months ago
Reviewers:
Daniel Erat
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, extensions-reviews_chromium.org, alemate+watch_chromium.org, yusukes+watch_chromium.org, hidehiko+watch_chromium.org, oka+watch_chromium.org, achuith+watch_chromium.org, rginda+watch_chromium.org, lhchavez+watch_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, fukino+watch_chromium.org, chromium-apps-reviews_chromium.org, yamaguchi+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove use of deprecated base::ListValue::Append(Value*) overload in //chrome/browser/chromeos BUG=581865 Committed: https://crrev.com/518db73d1cbd212aabe93be8c150f3fe14e65f84 Cr-Commit-Position: refs/heads/master@{#425174}

Patch Set 1 #

Total comments: 2

Patch Set 2 : use-after-move #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -40 lines) Patch
M chrome/browser/chromeos/arc/arc_policy_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/device_local_account_management_policy_provider_unittest.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_browser_handlers.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/app_launch_signin_screen.cc View 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/ownership/owner_settings_service_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/cros_settings.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/settings/cros_settings_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
dcheng
4 years, 2 months ago (2016-10-13 17:43:27 UTC) #4
Daniel Erat
https://codereview.chromium.org/2418833003/diff/1/chrome/browser/chromeos/file_manager/file_browser_handlers.cc File chrome/browser/chromeos/file_manager/file_browser_handlers.cc (right): https://codereview.chromium.org/2418833003/diff/1/chrome/browser/chromeos/file_manager/file_browser_handlers.cc#newcode404 chrome/browser/chromeos/file_manager/file_browser_handlers.cc:404: file_entries->Append(std::move(file_def)); uh... file_def looks like it's still getting used ...
4 years, 2 months ago (2016-10-13 17:57:16 UTC) #5
dcheng
https://codereview.chromium.org/2418833003/diff/1/chrome/browser/chromeos/file_manager/file_browser_handlers.cc File chrome/browser/chromeos/file_manager/file_browser_handlers.cc (right): https://codereview.chromium.org/2418833003/diff/1/chrome/browser/chromeos/file_manager/file_browser_handlers.cc#newcode404 chrome/browser/chromeos/file_manager/file_browser_handlers.cc:404: file_entries->Append(std::move(file_def)); On 2016/10/13 17:57:16, Daniel Erat wrote: > uh... ...
4 years, 2 months ago (2016-10-13 19:42:46 UTC) #8
Daniel Erat
thanks, lgtm
4 years, 2 months ago (2016-10-13 20:36:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2418833003/20001
4 years, 2 months ago (2016-10-13 21:18:23 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-13 21:49:10 UTC) #12
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 21:53:45 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/518db73d1cbd212aabe93be8c150f3fe14e65f84
Cr-Commit-Position: refs/heads/master@{#425174}

Powered by Google App Engine
This is Rietveld 408576698