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

Unified Diff: trunk/src/chrome/browser/browsing_data/browsing_data_remover.h

Issue 13995007: Revert 194484 "Add the LoggedIn Predictor, to detect which websi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/browsing_data/browsing_data_remover.h
===================================================================
--- trunk/src/chrome/browser/browsing_data/browsing_data_remover.h (revision 194504)
+++ trunk/src/chrome/browser/browsing_data/browsing_data_remover.h (working copy)
@@ -244,13 +244,6 @@
// Invoked on the IO thread to clear the hostname resolution cache.
void ClearHostnameResolutionCacheOnIOThread(IOThread* io_thread);
- // Callback when the LoggedIn Predictor has been cleared.
- // Clears the respective waiting flag and invokes NotifyAndDeleteIfDone.
- void OnClearedLoggedInPredictor();
-
- // Clears the LoggedIn Predictor.
- void ClearLoggedInPredictor();
-
// Callback when speculative data in the network Predictor has been cleared.
// Clears the respective waiting flag and invokes NotifyAndDeleteIfDone.
void OnClearedNetworkPredictor();
@@ -409,7 +402,6 @@
bool waiting_for_clear_history_;
bool waiting_for_clear_hostname_resolution_cache_;
bool waiting_for_clear_local_storage_;
- bool waiting_for_clear_logged_in_predictor_;
bool waiting_for_clear_nacl_cache_;
bool waiting_for_clear_network_predictor_;
bool waiting_for_clear_networking_history_;
« no previous file with comments | « no previous file | trunk/src/chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698