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

Issue 2848703004: Switch SupportsUserData uses to use unique_ptr. (Closed)

Created:
3 years, 7 months ago by Avi (use Gerrit)
Modified:
3 years, 7 months ago
Reviewers:
dewittj
CC:
chromium-reviews, chili+watch_chromium.org, fgorski+watch_chromium.org, romax+watch_chromium.org, jam, petewil+watch_chromium.org, dewittj+watch_chromium.org, darin-cc_chromium.org, dimich+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch SupportsUserData uses to use unique_ptr. The interface taking a raw pointer is deprecated and being removed. BUG=690937 Review-Url: https://codereview.chromium.org/2848703004 Cr-Commit-Position: refs/heads/master@{#468128} Committed: https://chromium.googlesource.com/chromium/src/+/4a402eb1482f1884d7aac7ed59c0da27980ec4c5

Patch Set 1 #

Patch Set 2 : rev #

Patch Set 3 : rev #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -25 lines) Patch
M chrome/browser/android/offline_pages/downloads/offline_page_download_bridge.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/offline_pages/offline_page_bridge.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/android/offline_pages/offline_page_request_job.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/android/offline_pages/offline_page_utils_unittest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M components/offline_pages/content/suggested_articles_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M components/offline_pages/content/suggested_articles_observer.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M components/offline_pages/core/background/network_quality_provider_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M components/offline_pages/core/background/network_quality_provider_stub.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/offline_pages/core/downloads/download_notifying_observer.cc View 2 chunks +6 lines, -5 lines 2 comments Download
M components/offline_pages/core/downloads/download_ui_adapter.h View 1 chunk +3 lines, -2 lines 0 comments Download
M components/offline_pages/core/downloads/download_ui_adapter.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M components/offline_pages/core/recent_tabs/recent_tabs_ui_adapter_delegate.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 21 (16 generated)
Avi (use Gerrit)
3 years, 7 months ago (2017-04-28 04:19:53 UTC) #12
dewittj
lgtm, thanks! https://codereview.chromium.org/2848703004/diff/40001/components/offline_pages/core/downloads/download_notifying_observer.cc File components/offline_pages/core/downloads/download_notifying_observer.cc (right): https://codereview.chromium.org/2848703004/diff/40001/components/offline_pages/core/downloads/download_notifying_observer.cc#newcode41 components/offline_pages/core/downloads/download_notifying_observer.cc:41: base::WrapUnique(new DownloadNotifyingObserver( nit: rewrite this as: auto ...
3 years, 7 months ago (2017-04-28 19:02:19 UTC) #15
Avi (use Gerrit)
https://codereview.chromium.org/2848703004/diff/40001/components/offline_pages/core/downloads/download_notifying_observer.cc File components/offline_pages/core/downloads/download_notifying_observer.cc (right): https://codereview.chromium.org/2848703004/diff/40001/components/offline_pages/core/downloads/download_notifying_observer.cc#newcode41 components/offline_pages/core/downloads/download_notifying_observer.cc:41: base::WrapUnique(new DownloadNotifyingObserver( On 2017/04/28 19:02:19, dewittj wrote: > nit: ...
3 years, 7 months ago (2017-04-28 21:12:51 UTC) #16
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/2848703004/40001
3 years, 7 months ago (2017-04-28 21:13:30 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 21:19:27 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/4a402eb1482f1884d7aac7ed59c0...

Powered by Google App Engine
This is Rietveld 408576698