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

Unified Diff: components/history/core/browser/history_types.cc

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
« no previous file with comments | « components/history/core/browser/history_types.h ('k') | components/history/core/browser/url_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_types.cc
diff --git a/components/history/core/browser/history_types.cc b/components/history/core/browser/history_types.cc
index 60d424e324e35a9e04014b91fe520e3cd7c58aeb..c8c20b849f048c3bb5b529989f2e8c69f768e1bc 100644
--- a/components/history/core/browser/history_types.cc
+++ b/components/history/core/browser/history_types.cc
@@ -19,7 +19,8 @@ VisitRow::VisitRow()
url_id(0),
referring_visit(0),
transition(ui::PAGE_TRANSITION_LINK),
- segment_id(0) {
+ segment_id(0),
+ context(HistoryContext::CONTEXT_NONE) {
}
VisitRow::VisitRow(URLID arg_url_id,
« no previous file with comments | « components/history/core/browser/history_types.h ('k') | components/history/core/browser/url_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698