Index: chrome/browser/android/webapps/webapp_registry.h |
diff --git a/chrome/browser/android/webapps/webapp_registry.h b/chrome/browser/android/webapps/webapp_registry.h |
index 2d0a2cb9630ebc6c5c6183fae09d49b635271486..d364b6edd5d0f7efb2118f17532253b874419667 100644 |
--- a/chrome/browser/android/webapps/webapp_registry.h |
+++ b/chrome/browser/android/webapps/webapp_registry.h |
@@ -26,6 +26,10 @@ class WebappRegistry { |
// Cleans up data stored by web apps. |
virtual void UnregisterWebapps(const base::Closure& callback); |
+ // Removes history data (last used time and URLs) stored by web apps, whilst |
+ // leaving other data intact. |
+ virtual void ClearWebappHistory(const base::Closure& callback); |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(WebappRegistry); |
}; |