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

Issue 376703007: Change HistoryService::ScheduleAutocomplete interface (Closed)

Created:
6 years, 5 months ago by nshaik
Modified:
6 years, 5 months ago
CC:
chromium-reviews, James Su, browser-components-watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Change HistoryService::ScheduleAutocomplete interface Change HistoryService::ScheduleAutocomplete interface to take a base::Callback<void(HistoryBackend*, HistoryDatabase*)> and propagate to HistoryBackend::ScheduleAutocomplete and to the client. With this change HistoryService and HistoryBackend no longer need to be aware of the HistoryURLProvider and HistoryURLProviderParams. BUG=374728 TEST=unit_tets --gtest_filter=History* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282064

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing review comments #

Patch Set 3 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -26 lines) Patch
M chrome/browser/autocomplete/history_url_provider.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/history/history_backend.h View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/history/history_backend.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/history/history_service.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/history/history_service.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
nshaik
Please review.
6 years, 5 months ago (2014-07-08 02:00:18 UTC) #1
Peter Kasting
On 2014/07/08 02:00:18, naiem.shaik wrote: > Please review. When you specify multiple reviewers, you need ...
6 years, 5 months ago (2014-07-08 02:02:52 UTC) #2
nshaik
+pkasting for chrome/browser/autocomplete/history_url_provider.h chrome/browser/autocomplete/history_url_provider.cc +blundell for chrome/browser/history/history_backend.h chrome/browser/history/history_backend.cc chrome/browser/history/history_service.h chrome/browser/history/history_service.cc
6 years, 5 months ago (2014-07-08 05:59:00 UTC) #3
Peter Kasting
I think your CL description is backwards; you're removing a dependency of HistoryService/HistoryBackend on HistoryURLProvider, ...
6 years, 5 months ago (2014-07-08 06:21:07 UTC) #4
nshaik
On 2014/07/08 06:21:07, Peter Kasting wrote: > I think your CL description is backwards; you're ...
6 years, 5 months ago (2014-07-08 07:17:43 UTC) #5
blundell
https://codereview.chromium.org/376703007/diff/1/chrome/browser/history/history_backend.cc File chrome/browser/history/history_backend.cc (right): https://codereview.chromium.org/376703007/diff/1/chrome/browser/history/history_backend.cc#newcode1544 chrome/browser/history/history_backend.cc:1544: // ExecuteWithDB should handle the NULL database case. This ...
6 years, 5 months ago (2014-07-08 09:10:05 UTC) #6
nshaik
Please review. https://codereview.chromium.org/376703007/diff/1/chrome/browser/history/history_backend.cc File chrome/browser/history/history_backend.cc (right): https://codereview.chromium.org/376703007/diff/1/chrome/browser/history/history_backend.cc#newcode1544 chrome/browser/history/history_backend.cc:1544: // ExecuteWithDB should handle the NULL database ...
6 years, 5 months ago (2014-07-08 18:53:49 UTC) #7
blundell
LGTM
6 years, 5 months ago (2014-07-09 08:06:29 UTC) #8
nshaik
The CQ bit was checked by naiem.shaik@gmail.com
6 years, 5 months ago (2014-07-09 08:24:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/naiem.shaik@gmail.com/376703007/40001
6 years, 5 months ago (2014-07-09 08:26:22 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 16:34:59 UTC) #11
Message was sent while issue was closed.
Change committed as 282064

Powered by Google App Engine
This is Rietveld 408576698