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

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

Issue 14065014: Add the LoggedIn Predictor, to detect which websites a user is likely (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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
===================================================================
--- chrome/browser/predictors/predictor_database.h (revision 194607)
+++ chrome/browser/predictors/predictor_database.h (working copy)
@@ -17,6 +17,7 @@
namespace predictors {
class AutocompleteActionPredictorTable;
+class LoggedInPredictorTable;
class PredictorDatabaseInternal;
class ResourcePrefetchPredictorTables;
@@ -27,6 +28,7 @@
scoped_refptr<AutocompleteActionPredictorTable> autocomplete_table();
scoped_refptr<ResourcePrefetchPredictorTables> resource_prefetch_tables();
+ scoped_refptr<LoggedInPredictorTable> logged_in_table();
// Used for testing.
sql::Connection* GetDatabase();
« no previous file with comments | « chrome/browser/predictors/logged_in_predictor_table.cc ('k') | chrome/browser/predictors/predictor_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698