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

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

Issue 2899873002: Add shown user actions for the search engine promo. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/locale/DefaultSearchEnginePromoDialog.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 14436 matching lines...) Expand 10 before | Expand all | Expand 10 after
14447 <action name="SearchAnswer_StoppedLoading"> 14447 <action name="SearchAnswer_StoppedLoading">
14448 <owner>vadimt@chromium.org</owner> 14448 <owner>vadimt@chromium.org</owner>
14449 <description>Answer card successfully loads.</description> 14449 <description>Answer card successfully loads.</description>
14450 </action> 14450 </action>
14451 14451
14452 <action name="SearchAnswer_UserInteraction"> 14452 <action name="SearchAnswer_UserInteraction">
14453 <owner>vadimt@chromium.org</owner> 14453 <owner>vadimt@chromium.org</owner>
14454 <description>User interacts with an answer card.</description> 14454 <description>User interacts with an answer card.</description>
14455 </action> 14455 </action>
14456 14456
14457 <action name="SearchEnginePromo.ExistingDevice.Shown.Dialog">
14458 <owner>dfalcantara@chromium.org</owner>
14459 <owner>tedchoc@chromium.org</owner>
14460 <owner>yusufo@chromium.org</owner>
14461 <description>
14462 The Existing Device search engine promo screen was shown as a dialog.
14463 </description>
14464 </action>
14465
14466 <action name="SearchEnginePromo.ExistingDevice.Shown.FirstRun">
14467 <owner>dfalcantara@chromium.org</owner>
14468 <owner>tedchoc@chromium.org</owner>
14469 <owner>yusufo@chromium.org</owner>
14470 <description>
14471 The Existing Device search engine promo screen was shown in the first run
14472 experience.
14473 </description>
14474 </action>
14475
14476 <action name="SearchEnginePromo.NewDevice.Shown.Dialog">
14477 <owner>dfalcantara@chromium.org</owner>
14478 <owner>tedchoc@chromium.org</owner>
14479 <owner>yusufo@chromium.org</owner>
14480 <description>
14481 The New Device search engine promo screen was shown as a dialog.
14482 </description>
14483 </action>
14484
14485 <action name="SearchEnginePromo.NewDevice.Shown.FirstRun">
14486 <owner>dfalcantara@chromium.org</owner>
14487 <owner>tedchoc@chromium.org</owner>
14488 <owner>yusufo@chromium.org</owner>
14489 <description>
14490 The New Device search engine promo screen was shown in the first run
14491 experience.
14492 </description>
14493 </action>
14494
14457 <action name="SearchEngine_ManualChange"> 14495 <action name="SearchEngine_ManualChange">
14458 <owner>ianwen@chromium.org</owner> 14496 <owner>ianwen@chromium.org</owner>
14459 <description> 14497 <description>
14460 Recorded when the user has manually switched default search engine, which 14498 Recorded when the user has manually switched default search engine, which
14461 disables search engine auto switch feature in special locale. This is 14499 disables search engine auto switch feature in special locale. This is
14462 recorded on Android for every locale, but is currently only meaningful for 14500 recorded on Android for every locale, but is currently only meaningful for
14463 studying special locales. 14501 studying special locales.
14464 </description> 14502 </description>
14465 </action> 14503 </action>
14466 14504
(...skipping 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after
17245 <action name="webapps.AddShortcut.Manifest"> 17283 <action name="webapps.AddShortcut.Manifest">
17246 <owner>mlamouri@chromium.org</owner> 17284 <owner>mlamouri@chromium.org</owner>
17247 <description> 17285 <description>
17248 Shortcut added to the homescreen with a valid Manifest. This action will be 17286 Shortcut added to the homescreen with a valid Manifest. This action will be
17249 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17287 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17250 to keep a trend of whether the webapp also add meta tags. 17288 to keep a trend of whether the webapp also add meta tags.
17251 </description> 17289 </description>
17252 </action> 17290 </action>
17253 17291
17254 </actions> 17292 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/locale/DefaultSearchEnginePromoDialog.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698