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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2650793005: Remove Physical Web notifications (Closed)
Patch Set: Remove notification UMA from optin activity Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 13344 matching lines...) Expand 10 before | Expand all | Expand 10 after
13355 </description> 13355 </description>
13356 </action> 13356 </action>
13357 13357
13358 <action name="PhysicalWeb.OptIn.HighPriorityNotificationShown"> 13358 <action name="PhysicalWeb.OptIn.HighPriorityNotificationShown">
13359 <owner>cco3@chromium.org</owner> 13359 <owner>cco3@chromium.org</owner>
13360 <owner>mattreynolds@chromium.org</owner> 13360 <owner>mattreynolds@chromium.org</owner>
13361 <owner>mmocny@chromium.org</owner> 13361 <owner>mmocny@chromium.org</owner>
13362 <description> 13362 <description>
13363 A high priority Physical Web opt-in notification was displayed. 13363 A high priority Physical Web opt-in notification was displayed.
13364 </description> 13364 </description>
13365 <obsolete>Deprecated 01/2017, no longer used</obsolete>
13365 </action> 13366 </action>
13366 13367
13367 <action name="PhysicalWeb.OptIn.MinPriorityNotificationShown"> 13368 <action name="PhysicalWeb.OptIn.MinPriorityNotificationShown">
13368 <owner>cco3@chromium.org</owner> 13369 <owner>cco3@chromium.org</owner>
13369 <owner>mattreynolds@chromium.org</owner> 13370 <owner>mattreynolds@chromium.org</owner>
13370 <owner>mmocny@chromium.org</owner> 13371 <owner>mmocny@chromium.org</owner>
13371 <description> 13372 <description>
13372 A min priority Physical Web opt-in notification was displayed. 13373 A min priority Physical Web opt-in notification was displayed.
13373 </description> 13374 </description>
13375 <obsolete>Deprecated 01/2017, no longer used</obsolete>
13374 </action> 13376 </action>
13375 13377
13376 <action name="PhysicalWeb.OptIn.NotificationPressed"> 13378 <action name="PhysicalWeb.OptIn.NotificationPressed">
13377 <owner>cco3@chromium.org</owner> 13379 <owner>cco3@chromium.org</owner>
13378 <owner>mattreynolds@chromium.org</owner> 13380 <owner>mattreynolds@chromium.org</owner>
13379 <owner>mmocny@chromium.org</owner> 13381 <owner>mmocny@chromium.org</owner>
13380 <description> 13382 <description>
13381 The user pressed the Physical Web opt-in notification. 13383 The user pressed the Physical Web opt-in notification.
13382 </description> 13384 </description>
13385 <obsolete>Deprecated 01/2017, no longer used</obsolete>
13383 </action> 13386 </action>
13384 13387
13385 <action name="PhysicalWeb.Prefs.FeatureDisabled"> 13388 <action name="PhysicalWeb.Prefs.FeatureDisabled">
13386 <owner>cco3@chromium.org</owner> 13389 <owner>cco3@chromium.org</owner>
13387 <owner>mattreynolds@chromium.org</owner> 13390 <owner>mattreynolds@chromium.org</owner>
13388 <owner>mmocny@chromium.org</owner> 13391 <owner>mmocny@chromium.org</owner>
13389 <description> 13392 <description>
13390 The user has disabled the Physical Web feature via the settings. 13393 The user has disabled the Physical Web feature via the settings.
13391 </description> 13394 </description>
13392 </action> 13395 </action>
(...skipping 2970 matching lines...) Expand 10 before | Expand all | Expand 10 after
16363 <action name="webapps.AddShortcut.Manifest"> 16366 <action name="webapps.AddShortcut.Manifest">
16364 <owner>mlamouri@chromium.org</owner> 16367 <owner>mlamouri@chromium.org</owner>
16365 <description> 16368 <description>
16366 Shortcut added to the homescreen with a valid Manifest. This action will be 16369 Shortcut added to the homescreen with a valid Manifest. This action will be
16367 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16370 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16368 to keep a trend of whether the webapp also add meta tags. 16371 to keep a trend of whether the webapp also add meta tags.
16369 </description> 16372 </description>
16370 </action> 16373 </action>
16371 16374
16372 </actions> 16375 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698