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

Issue 2426423004: Remove some linked_ptr from /content (Closed)

Created:
4 years, 2 months ago by limasdf
Modified:
4 years, 2 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove some linked_ptr from /content - Remove linked_ptr from content/browser/browser_plugin/browser_plugin_guest.cc - Remove unused linked_ptr.h includes. BUG=556939 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/85735f4dfb9d59b08fe0d724cf26a1bb51ce837d Cr-Commit-Position: refs/heads/master@{#426695}

Patch Set 1 #

Patch Set 2 : remove header includes #

Total comments: 8

Patch Set 3 : return owned pointer #

Total comments: 18

Patch Set 4 : MakeUnique #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -34 lines) Patch
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 14 chunks +26 lines, -25 lines 0 comments Download
M content/browser/download/base_file.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/public/test/test_launcher.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 19 (9 generated)
limasdf
Avi, Could you take a look when you find a time?
4 years, 2 months ago (2016-10-19 17:13:55 UTC) #6
Avi (use Gerrit)
:\ https://codereview.chromium.org/2426423004/diff/20001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/2426423004/diff/20001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode567 content/browser/browser_plugin/browser_plugin_guest.cc:567: return msg.release(); What? It makes little sense to ...
4 years, 2 months ago (2016-10-19 18:08:24 UTC) #8
Avi (use Gerrit)
https://codereview.chromium.org/2426423004/diff/20001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/2426423004/diff/20001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode496 content/browser/browser_plugin/browser_plugin_guest.cc:496: void BrowserPluginGuest::SendMessageToEmbedder(IPC::Message* msg) { Does it make sense, rather ...
4 years, 2 months ago (2016-10-19 18:10:32 UTC) #9
limasdf
Thanks for the reivew. PTAL. https://codereview.chromium.org/2426423004/diff/20001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/2426423004/diff/20001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode592 content/browser/browser_plugin/browser_plugin_guest.cc:592: return new_msg.release(); On 2016/10/19 ...
4 years, 2 months ago (2016-10-20 12:09:02 UTC) #11
Avi (use Gerrit)
https://codereview.chromium.org/2426423004/diff/40001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/2426423004/diff/40001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode221 content/browser/browser_plugin/browser_plugin_guest.cc:221: SendMessageToEmbedder(base::WrapUnique(new BrowserPluginMsg_SetTooltipText( SendMessageToEmbedder(base::MakeUnique<BrowserPluginMsg_SetTooltipText>(browser_plugin_instance_id_, tooltip_text)); https://codereview.chromium.org/2426423004/diff/40001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode398 content/browser/browser_plugin/browser_plugin_guest.cc:398: new BrowserPluginMsg_SetMouseLock(browser_plugin_instance_id(), allow))); ...
4 years, 2 months ago (2016-10-20 15:08:12 UTC) #12
limasdf
WrapUnique -> MakeUnique - Done. https://codereview.chromium.org/2426423004/diff/40001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/2426423004/diff/40001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode221 content/browser/browser_plugin/browser_plugin_guest.cc:221: SendMessageToEmbedder(base::WrapUnique(new BrowserPluginMsg_SetTooltipText( On 2016/10/20 ...
4 years, 2 months ago (2016-10-20 15:56:20 UTC) #13
Avi (use Gerrit)
lgtm 👍
4 years, 2 months ago (2016-10-20 18:33:06 UTC) #14
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/2426423004/60001
4 years, 2 months ago (2016-10-21 00:09:11 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-21 02:25:25 UTC) #17
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 13:26:19 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/85735f4dfb9d59b08fe0d724cf26a1bb51ce837d
Cr-Commit-Position: refs/heads/master@{#426695}

Powered by Google App Engine
This is Rietveld 408576698