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

Unified Diff: components/history/core/browser/web_history_service.h

Issue 1806873002: Add an infrastructure to query history.google.com about other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the GN chain. Created 4 years, 9 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: components/history/core/browser/web_history_service.h
diff --git a/components/history/core/browser/web_history_service.h b/components/history/core/browser/web_history_service.h
index 2ce04b15795a13d978adbe3bae40e18fba0a4419..523dbf67d81c8ec521b3a4f94b2f03bf8e87dcb5 100644
--- a/components/history/core/browser/web_history_service.h
+++ b/components/history/core/browser/web_history_service.h
@@ -114,6 +114,9 @@ class WebHistoryService : public KeyedService {
// Used for tests.
size_t GetNumberOfPendingAudioHistoryRequests();
+ // Whether there are other forms of browsing history stored on the server.
+ bool HasOtherFormsOfBrowsingHistory() const;
+
protected:
// This function is pulled out for testing purposes. Caller takes ownership of
// the new Request.

Powered by Google App Engine
This is Rietveld 408576698