On Thu, Mar 26, 2009 at 10:09 AM, Aaron Boodman <[email protected]> wrote: > > On Thu, Mar 26, 2009 at 9:52 AM, Brett Wilson <[email protected]> wrote: >> What would IDs refer to in history? > > I've only barely looked into the history data model, but I was hoping > it would be a persistent ID for each visit, which is unique across the > profile. It appears that there is such an ID in the visit table. Could > I use that?
Those are exposed, but I wonder which cases an extension needs to refer to them. They are internal IDs generated by sqlite. If you clear your history, you'll get re-used ones. This could also theoretically possible happen if you delete a single item, but I don't know if this happens in practice. So they are often persistent, but the way you ask makes me nervous. Brett --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
