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

Issue 500023002: Introduce AutocompleteProviderDelegate (Closed)

Created:
6 years, 4 months ago by hashimoto
Modified:
6 years, 3 months ago
Reviewers:
Peter Kasting, blundell
CC:
chromium-reviews, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Introduce AutocompleteProviderDelegate This delegate isolates SearchProvider from chrome dependencies Add AutocompleteProviderDelegate and its chrome implementation ChromeAutocompleteProviderDelegate. BUG=388515 TBR=blundell@chromium.org for the new DEPS line Committed: https://crrev.com/663b9f47b6611de54f4e358d50baf7e91717c41c Cr-Commit-Position: refs/heads/master@{#291839}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Address comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -113 lines) Patch
M chrome/browser/autocomplete/autocomplete_controller.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/base_search_provider.h View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/autocomplete/base_search_provider.cc View 1 12 chunks +23 lines, -50 lines 0 comments Download
A chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc View 1 1 chunk +97 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 1 11 chunks +20 lines, -36 lines 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 9 chunks +23 lines, -16 lines 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider.cc View 4 chunks +8 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/omnibox.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M components/omnibox/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A components/omnibox/autocomplete_provider_delegate.h View 1 1 chunk +73 lines, -0 lines 3 comments Download

Messages

Total messages: 12 (0 generated)
hashimoto
6 years, 4 months ago (2014-08-25 11:14:02 UTC) #1
Peter Kasting
LGTM https://codereview.chromium.org/500023002/diff/2/chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc (right): https://codereview.chromium.org/500023002/diff/2/chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc#newcode20 chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc:20: Profile* profile) : profile_(profile), Nit: Put ": profile_(profile)," ...
6 years, 4 months ago (2014-08-25 19:11:01 UTC) #2
hashimoto
https://codereview.chromium.org/500023002/diff/2/chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc File chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc (right): https://codereview.chromium.org/500023002/diff/2/chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc#newcode20 chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.cc:20: Profile* profile) : profile_(profile), On 2014/08/25 19:11:00, Peter Kasting ...
6 years, 4 months ago (2014-08-26 00:52:30 UTC) #3
hashimoto
hashimoto@chromium.org changed reviewers: + blundell@chromium.org
6 years, 3 months ago (2014-08-26 02:00:24 UTC) #4
hashimoto
TBRing blundell@chromium.org for the new DEPS line
6 years, 3 months ago (2014-08-26 02:00:45 UTC) #5
hashimoto
The CQ bit was checked by hashimoto@chromium.org
6 years, 3 months ago (2014-08-26 02:00:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/500023002/70001
6 years, 3 months ago (2014-08-26 02:02:13 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (70001) as 133f6adcefb80f87384e779413556e08185e16d8
6 years, 3 months ago (2014-08-26 04:29:44 UTC) #8
blundell
couple of minor comments for a followup. Thanks! https://codereview.chromium.org/500023002/diff/70001/components/omnibox/autocomplete_provider_delegate.h File components/omnibox/autocomplete_provider_delegate.h (right): https://codereview.chromium.org/500023002/diff/70001/components/omnibox/autocomplete_provider_delegate.h#newcode24 components/omnibox/autocomplete_provider_delegate.h:24: class ...
6 years, 3 months ago (2014-08-26 07:40:48 UTC) #9
hashimoto
https://codereview.chromium.org/500023002/diff/70001/components/omnibox/autocomplete_provider_delegate.h File components/omnibox/autocomplete_provider_delegate.h (right): https://codereview.chromium.org/500023002/diff/70001/components/omnibox/autocomplete_provider_delegate.h#newcode24 components/omnibox/autocomplete_provider_delegate.h:24: class AutocompleteProviderDelegate { On 2014/08/26 07:40:48, blundell wrote: > ...
6 years, 3 months ago (2014-08-27 04:50:59 UTC) #10
blundell
On 2014/08/27 04:50:59, hashimoto wrote: > https://codereview.chromium.org/500023002/diff/70001/components/omnibox/autocomplete_provider_delegate.h > File components/omnibox/autocomplete_provider_delegate.h (right): > > https://codereview.chromium.org/500023002/diff/70001/components/omnibox/autocomplete_provider_delegate.h#newcode24 > ...
6 years, 3 months ago (2014-08-27 08:38:14 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:40:26 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/663b9f47b6611de54f4e358d50baf7e91717c41c
Cr-Commit-Position: refs/heads/master@{#291839}

Powered by Google App Engine
This is Rietveld 408576698