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

Unified Diff: chrome/browser/extensions/api/history/history_api.h

Issue 23785002: Clean up activity log URLs when history is cleaned. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Declare dependency Created 7 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
Index: chrome/browser/extensions/api/history/history_api.h
diff --git a/chrome/browser/extensions/api/history/history_api.h b/chrome/browser/extensions/api/history/history_api.h
index 3d2dd04cd551fb9cae8676be6e8171045fe4d52d..d57547a09646dacf3330480f9b3e9ae1b3fa4746 100644
--- a/chrome/browser/extensions/api/history/history_api.h
+++ b/chrome/browser/extensions/api/history/history_api.h
@@ -84,6 +84,9 @@ class HistoryAPI : public ProfileKeyedAPI,
scoped_ptr<HistoryEventRouter> history_event_router_;
};
+template<>
+void ProfileKeyedAPIFactory<HistoryAPI>::DeclareFactoryDependencies();
+
// Base class for history function APIs.
class HistoryFunction : public AsyncExtensionFunction {
protected:
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_remover.cc ('k') | chrome/browser/extensions/api/history/history_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698