summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormariakhomenko@chromium.org <mariakhomenko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 01:46:00 +0000
committermariakhomenko@chromium.org <mariakhomenko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 01:46:00 +0000
commit0cfddf1baf87f3945220c0dae02dbf1131542e3e (patch)
treee41c1837f83e9879293bdf3c4263b7fb39d8546e /tools
parent7005a3e41518180ffa962945b16c24d95b8f92d1 (diff)
downloadchromium_src-0cfddf1baf87f3945220c0dae02dbf1131542e3e.zip
chromium_src-0cfddf1baf87f3945220c0dae02dbf1131542e3e.tar.gz
chromium_src-0cfddf1baf87f3945220c0dae02dbf1131542e3e.tar.bz2
Share psuggest deletion code with zero suggest.
This is pre-requisite for https://codereview.chromium.org/189403006/ which implements zero suggest with personalized suggestions. This CL moves the deletion logic into the superclass for both search and zero suggest to use it. BUG=324043 TBR=mpearson Review URL: https://codereview.chromium.org/189833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/actions/actions.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 1019bd0..dc3a037 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -7749,6 +7749,22 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Omnibox.ZeroSuggestDelete.Failure">
+ <owner>mariakhomenko@chromium.org</owner>
+ <description>
+ Counts the number of requests sent to the server to delete a suggestion
+ shown by ZeroSuggestProvider that returned an error code.
+ </description>
+</action>
+
+<action name="Omnibox.ZeroSuggestDelete.Success">
+ <owner>mariakhomenko@chromium.org</owner>
+ <description>
+ Counts the number of requests sent to the server to delete a suggestion
+ shown by ZeroSuggestProvider that successfully completed.
+ </description>
+</action>
+
<action name="OmniboxDestinationURLIsSearchOnDSP">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>