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

Unified Diff: trunk/src/chrome/browser/extensions/activity_log/activity_log_policy.h

Issue 23600024: Revert 222242 "[Activity Log] when extension is uninstalled, del..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/extensions/activity_log/activity_log_policy.h
===================================================================
--- trunk/src/chrome/browser/extensions/activity_log/activity_log_policy.h (revision 222255)
+++ trunk/src/chrome/browser/extensions/activity_log/activity_log_policy.h (working copy)
@@ -93,9 +93,6 @@
// different policies. If restrict_urls is empty then all URLs are removed.
virtual void RemoveURLs(const std::vector<GURL>& restrict_urls) = 0;
- // Remove all rows relating to a given extension.
- virtual void RemoveExtensionData(const std::string& extension_id) = 0;
-
// Deletes everything in the database.
virtual void DeleteDatabase() = 0;

Powered by Google App Engine
This is Rietveld 408576698