| Index: components/history/core/browser/history_backend.h
|
| diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
|
| index aeecc96ab01663b118f0bcafaa8501c00f830d13..d9f76701d21e06b45115b661add9a4a2a363803f 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -653,6 +653,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| // Update the segment information. This is called internally when a page is
|
| // added. Return the segment id of the segment that has been updated.
|
| SegmentID UpdateSegments(const GURL& url,
|
| + const GURL& referrer,
|
| VisitID from_visit,
|
| VisitID visit_id,
|
| ui::PageTransition transition_type,
|
|
|