commit | 6904659b5a03f73092295ebc5e5154068dce47c1 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Sep 06 07:22:48 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Sep 06 07:22:48 2013 |
tree | 23f6e8b0934cf06014d7b627a4ef2cbdf6ea28fe | |
parent | 736f456664be5e47df88bf8f936f40ddee299bd1 [diff] [blame] |
Add deletion to the activityLogPrivate API * Automatically delete the whole database when Watchdog is uninstalled * Give the activityLogPrivate API the ability to delete the entire database * Give the activityLogPrivate API the ability to selectively delete URLs BUG=277260 [email protected] Review URL: https://chromiumcodereview.appspot.com/23629015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221622 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h index 5148d24a..5590073 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -627,6 +627,8 @@ USB_GETDEVICES, USB_REQUESTACCESS, USB_OPENDEVICE, + ACTIVITYLOGPRIVATE_DELETEDATABASE, + ACTIVITYLOGPRIVATE_DELETEURLS, ENUM_BOUNDARY // Last entry: Add new entries above. };