Commit 0f03fc15 authored by kjellander@google.com's avatar kjellander@google.com

Revert 194541 "Revert 194504 "Fix build break""

> Revert 194504 "Fix build break"
> 
> > Fix build break
> > R=shishir
> > 
> > Review URL: https://codereview.chromium.org/14307004
> 
> TBR=tburkard@chromium.org
> 
> Review URL: https://codereview.chromium.org/13933017

TBR=kjellander@google.com

Review URL: https://codereview.chromium.org/14235016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194542 0039d316-1c4b-4281-b951-d872f2087c98
parent dfae0be6
...@@ -68,8 +68,8 @@ PredictorDatabaseInternal::PredictorDatabaseInternal(Profile* profile) ...@@ -68,8 +68,8 @@ PredictorDatabaseInternal::PredictorDatabaseInternal(Profile* profile)
: db_path_(profile->GetPath().Append(kPredictorDatabaseName)), : db_path_(profile->GetPath().Append(kPredictorDatabaseName)),
db_(new sql::Connection()), db_(new sql::Connection()),
autocomplete_table_(new AutocompleteActionPredictorTable()), autocomplete_table_(new AutocompleteActionPredictorTable()),
logged_in_table_(new LoggedInPredictorTable()),
resource_prefetch_tables_(new ResourcePrefetchPredictorTables()) { resource_prefetch_tables_(new ResourcePrefetchPredictorTables()) {
// TODO (tburkard): initialize logged_in_table_ member.
ResourcePrefetchPredictorConfig config; ResourcePrefetchPredictorConfig config;
is_resource_prefetch_predictor_enabled_ = is_resource_prefetch_predictor_enabled_ =
IsSpeculativeResourcePrefetchingEnabled(profile, &config); IsSpeculativeResourcePrefetchingEnabled(profile, &config);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment