summaryrefslogtreecommitdiff
path: root/chromium/components/history/core/browser/history_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/history/core/browser/history_service.h')
-rw-r--r--chromium/components/history/core/browser/history_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/components/history/core/browser/history_service.h b/chromium/components/history/core/browser/history_service.h
index d3d8e518a4d..c77dd6dd6cd 100644
--- a/chromium/components/history/core/browser/history_service.h
+++ b/chromium/components/history/core/browser/history_service.h
@@ -582,6 +582,7 @@ class HistoryService : public KeyedService {
base::WeakPtr<HistoryService> AsWeakPtr();
+#if !defined(TOOLKIT_QT)
// For sync codebase only: returns the SyncableService API that implements
// sync datatype HISTORY_DELETE_DIRECTIVES.
base::WeakPtr<syncer::SyncableService> GetDeleteDirectivesSyncableService();
@@ -590,6 +591,7 @@ class HistoryService : public KeyedService {
// TypedURLSyncBridge. Must be called from the UI thread.
std::unique_ptr<syncer::ModelTypeControllerDelegate>
GetTypedURLSyncControllerDelegate();
+#endif // !defined(TOOLKIT_QT)
// Override `backend_task_runner_` for testing; needs to be called before
// Init.
@@ -929,7 +931,9 @@ class HistoryService : public KeyedService {
base::ObserverList<HistoryServiceObserver>::Unchecked observers_;
FaviconsChangedCallbackList favicons_changed_callback_list_;
+#if !defined(TOOLKIT_QT)
std::unique_ptr<DeleteDirectiveHandler> delete_directive_handler_;
+#endif
base::OnceClosure origin_queried_closure_for_testing_;