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

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

Issue 1143183002: Proof of concept implementation of context based history filtering. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/history_service.h
diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
index 13d303af824425bdb036a0787633405780ac12ee..d535cfd315a8011f7766482376667ade5e118d87 100644
--- a/components/history/core/browser/history_service.h
+++ b/components/history/core/browser/history_service.h
@@ -196,6 +196,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
// Sets the title for the given page. The page should be in history. If it
// is not, this operation is ignored.
void SetPageTitle(const GURL& url, const base::string16& title);
+ void SetPageHistoryContext(const GURL& url, HistoryContext context);
// Updates the history database with a page's ending time stamp information.
// The page can be identified by the combination of the context id, the
« no previous file with comments | « components/history/core/browser/history_backend.cc ('k') | components/history/core/browser/history_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698