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

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

Issue 111633003: Removes some dead database code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leave idle comment Created 7 years 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_types.h
diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
index 2fac61480b1c64265f66edde166d9ba4d94bcb9f..b760c32dba427840bf6fc735c20aa5795e73a736 100644
--- a/chrome/browser/history/history_types.h
+++ b/chrome/browser/history/history_types.h
@@ -44,7 +44,6 @@ typedef std::vector<GURL> RedirectList;
typedef int64 FaviconBitmapID; // Identifier for a bitmap in a favicon.
typedef int64 SegmentID; // URL segments for the most visited view.
-typedef int64 SegmentDurationID; // Unique identifier for segment_duration.
typedef int64 IconMappingID; // For page url and icon mapping.
// URLRow ---------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698