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

Unified Diff: chrome/browser/history/history_service.h

Issue 896983003: Componentize ScoredHistoryMatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix presubmit warnings Created 5 years, 10 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/history/history_service.h
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
index b167f434dea9522e9189745874921ab7ad998fd6..05526e88675b107898938c11015c8ae111ac78ec 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -25,7 +25,6 @@
#include "chrome/browser/history/delete_directive_handler.h"
#include "chrome/browser/history/typed_url_syncable_service.h"
#include "components/favicon_base/favicon_callback.h"
-#include "components/history/core/browser/history_client.h"
#include "components/history/core/browser/keyword_id.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/visitedlink/browser/visitedlink_delegate.h"
@@ -496,9 +495,6 @@ class HistoryService : public syncer::SyncableService,
// history. We filter out some URLs such as JavaScript.
static bool CanAddURL(const GURL& url);
- // Returns the HistoryClient.
- history::HistoryClient* history_client() { return history_client_; }
-
base::WeakPtr<HistoryService> AsWeakPtr();
// syncer::SyncableService implementation.

Powered by Google App Engine
This is Rietveld 408576698