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

Issue 2170313002: Remove OwnedInterface (Closed)

Created:
4 years, 5 months ago by tibell
Modified:
4 years, 4 months ago
CC:
chromium-reviews, sammc, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove OwnedInterface Use a StrongBinding in SearchProviderInstallState in place of OwnedInterface. Committed: https://crrev.com/03613d0da1fca9533eafdcbeae746e2b94b660fb Cr-Commit-Position: refs/heads/master@{#407719}

Patch Set 1 #

Patch Set 2 : Accept connections on the IO thread #

Patch Set 3 : Create on UI thread and bind on IO thread #

Patch Set 4 : git cl format for clarity #

Patch Set 5 : Merge #

Patch Set 6 : Remove OwnedInterface #

Total comments: 4

Patch Set 7 : Address review comments #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -130 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_impl.h View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_impl.cc View 1 2 3 4 5 6 3 chunks +17 lines, -3 lines 5 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 4 5 3 chunks +0 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 2 chunks +0 lines, -6 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
D content/public/browser/owned_interface.h View 1 2 3 4 5 1 chunk +0 lines, -69 lines 0 comments Download
M content/public/browser/render_process_host.h View 1 2 3 4 5 3 chunks +0 lines, -32 lines 0 comments Download
M content/public/test/mock_render_process_host.h View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M content/public/test/mock_render_process_host.cc View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 50 (38 generated)
tibell
As discussed on chromium-mojo@ lets remove this for now.
4 years, 5 months ago (2016-07-25 00:30:28 UTC) #23
jam
lgtm, thanks
4 years, 5 months ago (2016-07-25 16:56:07 UTC) #27
dcheng
LGTM as well. https://codereview.chromium.org/2170313002/diff/100001/chrome/browser/search_engines/search_provider_install_state_impl.cc File chrome/browser/search_engines/search_provider_install_state_impl.cc (right): https://codereview.chromium.org/2170313002/diff/100001/chrome/browser/search_engines/search_provider_install_state_impl.cc#newcode47 chrome/browser/search_engines/search_provider_install_state_impl.cc:47: base::Unretained(new SearchProviderInstallStateImpl( I would personally prefer ...
4 years, 5 months ago (2016-07-25 17:01:34 UTC) #29
tibell
https://codereview.chromium.org/2170313002/diff/100001/chrome/browser/search_engines/search_provider_install_state_impl.cc File chrome/browser/search_engines/search_provider_install_state_impl.cc (right): https://codereview.chromium.org/2170313002/diff/100001/chrome/browser/search_engines/search_provider_install_state_impl.cc#newcode47 chrome/browser/search_engines/search_provider_install_state_impl.cc:47: base::Unretained(new SearchProviderInstallStateImpl( On 2016/07/25 17:01:33, dcheng wrote: > I ...
4 years, 4 months ago (2016-07-26 00:42:03 UTC) #32
Sam McNally
https://codereview.chromium.org/2170313002/diff/120001/chrome/browser/search_engines/search_provider_install_state_impl.cc File chrome/browser/search_engines/search_provider_install_state_impl.cc (right): https://codereview.chromium.org/2170313002/diff/120001/chrome/browser/search_engines/search_provider_install_state_impl.cc#newcode23 chrome/browser/search_engines/search_provider_install_state_impl.cc:23: : provider_data_(TemplateURLServiceFactory::GetForProfile(profile), TemplateURLService is a KeyedService stored as a ...
4 years, 4 months ago (2016-07-26 01:46:34 UTC) #34
leonhsl(Using Gerrit)
Hi, sorry I'm not a reviewer but as I'm also doing the similar work at ...
4 years, 4 months ago (2016-07-26 02:28:34 UTC) #38
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/2170313002/120001
4 years, 4 months ago (2016-07-26 02:34:21 UTC) #41
tibell
https://codereview.chromium.org/2170313002/diff/120001/chrome/browser/search_engines/search_provider_install_state_impl.cc File chrome/browser/search_engines/search_provider_install_state_impl.cc (right): https://codereview.chromium.org/2170313002/diff/120001/chrome/browser/search_engines/search_provider_install_state_impl.cc#newcode23 chrome/browser/search_engines/search_provider_install_state_impl.cc:23: : provider_data_(TemplateURLServiceFactory::GetForProfile(profile), On 2016/07/26 01:46:34, Sam McNally wrote: > ...
4 years, 4 months ago (2016-07-26 02:40:48 UTC) #43
jam
https://codereview.chromium.org/2170313002/diff/120001/chrome/browser/search_engines/search_provider_install_state_impl.cc File chrome/browser/search_engines/search_provider_install_state_impl.cc (right): https://codereview.chromium.org/2170313002/diff/120001/chrome/browser/search_engines/search_provider_install_state_impl.cc#newcode23 chrome/browser/search_engines/search_provider_install_state_impl.cc:23: : provider_data_(TemplateURLServiceFactory::GetForProfile(profile), On 2016/07/26 01:46:34, Sam McNally wrote: > ...
4 years, 4 months ago (2016-07-26 05:25:36 UTC) #44
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/2170313002/120001
4 years, 4 months ago (2016-07-26 05:53:40 UTC) #46
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 4 months ago (2016-07-26 05:56:56 UTC) #48
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 05:58:56 UTC) #50
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/03613d0da1fca9533eafdcbeae746e2b94b660fb
Cr-Commit-Position: refs/heads/master@{#407719}

Powered by Google App Engine
This is Rietveld 408576698