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

Unified Diff: chrome/browser/predictors/predictor_database.h

Issue 10416002: Seculative resource prefetching for URLs CL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resolving conflicts. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/predictors/predictor_database.h
diff --git a/chrome/browser/predictors/predictor_database.h b/chrome/browser/predictors/predictor_database.h
index 6d9ff031ff01e90bc6739f32a04ca59e9182759c..7d5d9638275cec6e3fb54dfaad3419ccf8f13786 100644
--- a/chrome/browser/predictors/predictor_database.h
+++ b/chrome/browser/predictors/predictor_database.h
@@ -19,6 +19,7 @@ namespace predictors {
class AutocompleteActionPredictorTable;
class PredictorDatabaseInternal;
+class ResourcePrefetchPredictorTables;
class PredictorDatabase : public ProfileKeyedService {
public:
@@ -26,6 +27,7 @@ class PredictorDatabase : public ProfileKeyedService {
virtual ~PredictorDatabase();
scoped_refptr<AutocompleteActionPredictorTable> autocomplete_table();
+ scoped_refptr<ResourcePrefetchPredictorTables> resource_prefetch_tables();
// Used for testing.
sql::Connection* GetDatabase();
« no previous file with comments | « chrome/browser/net/resource_prefetch_predictor_observer.cc ('k') | chrome/browser/predictors/predictor_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698