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

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

Issue 722723005: Move constants used by history component to history namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial patchset Created 6 years, 1 month 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 91b4bfcda6e7ad0b2441207375ce6cca560cb8b2..3c75652d0279d8eeea4c8d34da51e1ebf4083d81 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -492,10 +492,6 @@ class HistoryService : public content::NotificationObserver,
void AddPagesWithDetails(const history::URLRows& info,
history::VisitSource visit_source);
- // Returns true if this looks like the type of URL we want to add to the
- // 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_; }

Powered by Google App Engine
This is Rietveld 408576698