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

Unified Diff: chrome/browser/history/visit_log.cc

Issue 194067: Retry 25770 after fixing Valgrind issue.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/visit_log.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/visit_log.cc
===================================================================
--- chrome/browser/history/visit_log.cc (revision 25782)
+++ chrome/browser/history/visit_log.cc (working copy)
@@ -53,4 +53,9 @@
g_visit_log->AddEvent(event);
}
+void ClearVisitLog() {
+ g_visit_log = NULL;
+}
+
+
} // namespace history
« no previous file with comments | « chrome/browser/history/visit_log.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698