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

Unified Diff: chrome/browser/visitedlink/visitedlink_master.h

Issue 10096015: Single URL Expires Were Not Being Deleted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/ui/webui/history_ui.cc ('k') | chrome/browser/visitedlink/visitedlink_master.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/visitedlink/visitedlink_master.h
===================================================================
--- chrome/browser/visitedlink/visitedlink_master.h (revision 132411)
+++ chrome/browser/visitedlink/visitedlink_master.h (working copy)
@@ -19,6 +19,7 @@
#include "base/shared_memory.h"
#include "base/threading/sequenced_worker_pool.h"
#include "chrome/browser/history/history.h"
+#include "chrome/browser/history/history_types.h"
#include "chrome/common/visitedlink_common.h"
class GURL;
@@ -89,8 +90,8 @@
// Adds a set of URLs to the table.
void AddURLs(const std::vector<GURL>& url);
- // Deletes the specified URLs from the table.
- void DeleteURLs(const std::set<GURL>& urls);
+ // Deletes the specified URLs from |rows| from the table.
+ void DeleteURLs(const history::URLRows& rows);
// Clears the visited links table by deleting the file from disk. Used as
// part of history clearing.
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/browser/visitedlink/visitedlink_master.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698