diff options
author | tburkard@chromium.org <tburkard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 01:09:53 +0000 |
---|---|---|
committer | tburkard@chromium.org <tburkard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 01:09:53 +0000 |
commit | c2ff5f3e2df99cad021c588b37dd61b1f66983f9 (patch) | |
tree | a4c08f24aa8abec83e4f0ddd0299c8565fcb816c /chrome/browser/predictors/predictor_database.h | |
parent | 72129238fcdede51e971f7b93e54da63e15bd438 (diff) | |
download | chromium_src-c2ff5f3e2df99cad021c588b37dd61b1f66983f9.zip chromium_src-c2ff5f3e2df99cad021c588b37dd61b1f66983f9.tar.gz chromium_src-c2ff5f3e2df99cad021c588b37dd61b1f66983f9.tar.bz2 |
Revert 194484 "Add the LoggedIn Predictor, to detect which websi..."
> Add the LoggedIn Predictor, to detect which websites a user is likely
> logged into (or has been logged into).
> R=shishir@chromium.org, bauerb@chromium.org
>
> Review URL: https://codereview.chromium.org/13903018
TBR=tburkard@chromium.org
Review URL: https://codereview.chromium.org/13995007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194505 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/predictors/predictor_database.h')
-rw-r--r-- | chrome/browser/predictors/predictor_database.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/predictors/predictor_database.h b/chrome/browser/predictors/predictor_database.h index fcdfd4d..1692e33 100644 --- a/chrome/browser/predictors/predictor_database.h +++ b/chrome/browser/predictors/predictor_database.h @@ -17,7 +17,6 @@ class Connection; namespace predictors { class AutocompleteActionPredictorTable; -class LoggedInPredictorTable; class PredictorDatabaseInternal; class ResourcePrefetchPredictorTables; @@ -28,7 +27,6 @@ class PredictorDatabase : public ProfileKeyedService { scoped_refptr<AutocompleteActionPredictorTable> autocomplete_table(); scoped_refptr<ResourcePrefetchPredictorTables> resource_prefetch_tables(); - scoped_refptr<LoggedInPredictorTable> logged_in_table(); // Used for testing. sql::Connection* GetDatabase(); |