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

Issue 131433003: Refactor search and zero suggest providers to use common base class. (Closed)

Created:
6 years, 11 months ago by Maria
Modified:
6 years, 9 months ago
CC:
chromium-reviews, James Su
Visibility:
Public.

Description

Refactor search and zero suggest providers to use common base class. BUG=

Patch Set 1 #

Patch Set 2 : Rebase + style fixes #

Patch Set 3 : Fix up includes, unit tests, style #

Patch Set 4 : More style + zero-suggest logic fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1915 lines, -1697 lines) Patch
A chrome/browser/autocomplete/base_search_provider.h View 1 2 1 chunk +461 lines, -0 lines 0 comments Download
A chrome/browser/autocomplete/base_search_provider.cc View 1 2 3 1 chunk +869 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.h View 1 2 3 15 chunks +45 lines, -374 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 1 2 3 41 chunks +373 lines, -1033 lines 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 2 3 5 chunks +14 lines, -6 lines 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider.h View 1 2 3 4 chunks +41 lines, -61 lines 0 comments Download
M chrome/browser/autocomplete/zero_suggest_provider.cc View 1 2 3 11 chunks +110 lines, -223 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Maria
Hi all, In order to implement zero-query psuggest it seems I would need to re-use ...
6 years, 11 months ago (2014-01-24 03:20:10 UTC) #1
Mark P
At some point, you should add msw@ as a reviewer because he's the one who ...
6 years, 11 months ago (2014-01-24 15:53:29 UTC) #2
Maria
6 years, 11 months ago (2014-01-24 18:34:08 UTC) #3
Mark P
I glanced at the changes to the headers. This looks like a move in the ...
6 years, 11 months ago (2014-01-24 21:19:11 UTC) #4
mariakhomenko
On Fri, Jan 24, 2014 at 1:19 PM, <mpearson@chromium.org> wrote: > > I glanced at ...
6 years, 11 months ago (2014-01-24 21:28:38 UTC) #5
Peter Kasting
I'm actually going to bow out in favor of msw; as Mark says, he's the ...
6 years, 11 months ago (2014-01-24 21:33:13 UTC) #6
Mark P
FYI, Maria's answers satisfied me with regard to both my questions, so I'm going to ...
6 years, 11 months ago (2014-01-27 18:02:27 UTC) #7
msw
I sent some high-level comments via e-mail. Unfortunately, beyond encouragement for reducing code duplication, my ...
6 years, 10 months ago (2014-01-29 00:06:56 UTC) #8
Mark P
6 years, 9 months ago (2014-03-13 17:19:21 UTC) #9
Given all the separate re-factoring changes that you've now landed, is this big
change now moot?  If so, can you delete/abandon it?

(trying to clean up my codereview inbox)

--mark

Powered by Google App Engine
This is Rietveld 408576698