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

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

Issue 322983003: Rename HistoryService::NotifyRenderProcessHostDestruction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years, 6 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 | « chrome/browser/history/history_service.cc ('k') | chrome/browser/history/history_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_types.h
diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
index a7eb39e9e38197d0c312abf049dcca210fb7fa6e..e84101d1946fe0d2880d0713fcda9ae75cb7cd93 100644
--- a/chrome/browser/history/history_types.h
+++ b/chrome/browser/history/history_types.h
@@ -46,6 +46,9 @@ typedef int64 FaviconBitmapID; // Identifier for a bitmap in a favicon.
typedef int64 SegmentID; // URL segments for the most visited view.
typedef int64 IconMappingID; // For page url and icon mapping.
+// Identifier for a context to scope page ids.
+typedef const void* ContextID;
+
// URLRow ---------------------------------------------------------------------
typedef int64 URLID;
@@ -568,7 +571,7 @@ struct HistoryAddPageArgs {
HistoryAddPageArgs();
HistoryAddPageArgs(const GURL& url,
base::Time time,
- const void* id_scope,
+ ContextID context_id,
int32 page_id,
const GURL& referrer,
const history::RedirectList& redirects,
@@ -580,7 +583,7 @@ struct HistoryAddPageArgs {
GURL url;
base::Time time;
- const void* id_scope;
+ ContextID context_id;
int32 page_id;
GURL referrer;
« no previous file with comments | « chrome/browser/history/history_service.cc ('k') | chrome/browser/history/history_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698