

If you can set up File History for your Google folder, you will be able to roll back the History file to any previous point of time without a hitch. It is called File History.Īlso known as Previous Versions, this feature allows you to create periodic backups of your important folders and restore them to their previous versions if needed. Isn’t there any method to automatically create backups of a specific file or folder in Windows?Īctually, there is one. Manually backing up the same file over and over again can be a pain. The next time you run Google Chrome, your search history will be restored. When your Chrome history goes missing and you need to recover it, copy an older History file into this very folder.It is recommended to repeat this periodically so that you have a range of backups to restore from. Copy it and paste it into another directory or drive as a backup. This is the database file we are looking for. In this folder is a file named “History”.I also use the CppSQLite3U by Tyushkov Nikolay which is a wrapper class for more easier support for UNICODE. I have created a class for handing databases, mostly I would use sqlite which I think is the best. Our program not only interfaces with Chrome's database but creates our very own database where we can store the data as we need and see fit. Wprintf(L " Error: Cannot find login data for Google Chrome browser\r\n") īool result = db- >GetChromeHistoryRecords(filename, history, SearchString)

You can add, remove, and query for URLs in the browsers history. If (GetFileAttributes(filename) != 0xFFFFFFFF) Use the chrome.history API to interact with the browsers record of visited pages. Utils::SG_GetSpecialFolderPath(szPath, CSIDL_LOCAL_APPDATA) (SGBrowserHistoryArray *history, CString FileName,CString SearchString)
