diff options
author | robliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-16 11:26:00 +0000 |
---|---|---|
committer | robliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-16 11:26:00 +0000 |
commit | e029c3eeac49e3d3133de7b2fbfe47e0c14fc0e7 (patch) | |
tree | fa7e2118b544e9b838e6d3e5b6851e49eea66683 /tools | |
parent | a4c8142c329285f14864f5e146bfb2901a2856ae (diff) | |
download | chromium_src-e029c3eeac49e3d3133de7b2fbfe47e0c14fc0e7.zip chromium_src-e029c3eeac49e3d3133de7b2fbfe47e0c14fc0e7.tar.gz chromium_src-e029c3eeac49e3d3133de7b2fbfe47e0c14fc0e7.tar.bz2 |
Remove the Chrome Now JS Welcome Toast
With changes in requirements as well as the new Native Welcome Notification,
the Chrome Now JS Welcome Toast is no longer needed.
BUG=305449
Review URL: https://codereview.chromium.org/26662008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/metrics/actions/extract_actions.py | 3 | ||||
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py index 121fcd1..4c6e19f 100755 --- a/tools/metrics/actions/extract_actions.py +++ b/tools/metrics/actions/extract_actions.py @@ -364,9 +364,6 @@ def AddExtensionActions(actions): actions.add('GoogleNow.MessageClicked') actions.add('GoogleNow.ButtonClicked0') actions.add('GoogleNow.ButtonClicked1') - actions.add('GoogleNow.WelcomeToastClickedYes') - actions.add('GoogleNow.WelcomeToastClickedNo') - actions.add('GoogleNow.WelcomeToastDismissed') actions.add('GoogleNow.Dismissed') def GrepForActions(path, actions): diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index a930f2d..60a6aba 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -22541,9 +22541,9 @@ other types of suffix sets. <int value="5" label="LOCATION_REQUEST"/> <int value="6" label="LOCATION_UPDATE"/> <int value="7" label="EXTENSION_START"/> - <int value="8" label="SHOW_WELCOME_TOAST"/> + <int value="8" label="DELETED_SHOW_WELCOME_TOAST"/> <int value="9" label="STOPPED"/> - <int value="10" label="USER_SUPPRESSED"/> + <int value="10" label="DELETED_USER_SUPPRESSED"/> </enum> <enum name="GoogleServiceAuthError" type="int"> |