| Index: chrome/browser/predictors/autocomplete_action_predictor.h
|
| diff --git a/chrome/browser/predictors/autocomplete_action_predictor.h b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| index ce252039705deb234c3e4d4bc222463426455ecf..3c02603003d9f95b0c8bcd7539497712e62e67bc 100644
|
| --- a/chrome/browser/predictors/autocomplete_action_predictor.h
|
| +++ b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| @@ -151,6 +151,11 @@ class AutocompleteActionPredictor
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| + // The first step in initializing the predictor is accessing the database and
|
| + // building the local cache. This should be delayed until after critical DB
|
| + // and IO processes have completed.
|
| + void CreateLocalCachesFromDatabase();
|
| +
|
| // Removes all rows from the database and caches.
|
| void DeleteAllRows();
|
|
|
|
|