Chromium Code Reviews

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

Issue 9789001: Changes to add duration into history database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/history/history_tab_helper.h
diff --git a/chrome/browser/history/history_tab_helper.h b/chrome/browser/history/history_tab_helper.h
index 9433600d415091f3d7593a5608c954188ac15776..f4d73d64180984eb740a0965f64d8aff86f0013a 100644
--- a/chrome/browser/history/history_tab_helper.h
+++ b/chrome/browser/history/history_tab_helper.h
@@ -50,6 +50,7 @@ class HistoryTabHelper : public content::WebContentsObserver,
virtual void DidNavigateAnyFrame(
const content::LoadCommittedDetails& details,
const content::FrameNavigateParams& params) OVERRIDE;
+ virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
// content::NotificationObserver implementation.
virtual void Observe(int type,

Powered by Google App Engine