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

Issue 12225093: chrome/browser/predictors componentization part-1

Created:
7 years, 10 months ago by Gajen
Modified:
7 years, 7 months ago
Reviewers:
dominich, Jói, Shishir
CC:
chromium-reviews, shishir+watch_chromium.org, dominich+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

chrome/browser/predictors componentization part-1 Refactor PredictorDatabase into to two separate logic entities: 1) PredictorDatabaseService: responsible for profile/ProfileKeyed[Service, factory] management. 2) PredictorDatabase: responsible for core database and [AutocompleteActionPredictor,ResourcePrefetchPredictor]Tables management. BUG=175026

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -90 lines) Patch
M chrome/browser/predictors/autocomplete_action_predictor.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor_table.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/predictor_database.h View 2 chunks +26 lines, -7 lines 0 comments Download
M chrome/browser/predictors/predictor_database.cc View 5 chunks +26 lines, -71 lines 0 comments Download
M chrome/browser/predictors/predictor_database_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/predictors/predictor_database_factory.cc View 2 chunks +5 lines, -4 lines 0 comments Download
A chrome/browser/predictors/predictor_database_service.h View 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/predictors/predictor_database_service.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_tables.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Gajen
PTAL
7 years, 10 months ago (2013-02-08 02:42:36 UTC) #1
Shishir
Can you give us some context why this is being done?
7 years, 10 months ago (2013-02-08 02:52:11 UTC) #2
Gajen
On 2013/02/08 02:52:11, Shishir wrote: > Can you give us some context why this is ...
7 years, 10 months ago (2013-02-08 06:48:44 UTC) #3
Jói
I haven't yet reviewed in detail (so no nits for now) but in general the ...
7 years, 10 months ago (2013-02-08 13:02:29 UTC) #4
Gajen
Shishir, My apologies for not discussing prior of landing this patch, But would be happy ...
7 years, 10 months ago (2013-02-11 19:07:01 UTC) #5
dominich
7 years, 7 months ago (2013-05-16 22:33:59 UTC) #6
On 2013/02/11 19:07:01, Gajen wrote:
> Shishir, My apologies for not discussing prior of landing this patch, But
would
> be happy to know if this still needs to be continued..???

Sorry for the delay - i'm not getting emails on reviews any more for some
reason.

I'm happy to see this happen.

Powered by Google App Engine
This is Rietveld 408576698