| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index a0e877f9b17c06ebf2b306a053a4ef9a5c5a3dcf..c3e93c58ff9a91bc5e0abdc0ddbb98d9a02f1981 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -2597,6 +2597,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="ContextualSearchManualRefineMultiWord">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + Contextual Search updated the search in the Bar in response to manual
|
| + refinement of the selection into multiple words.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="ContextualSearchManualRefineSingleWord">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + Contextual Search updated the search in the Bar in response to manual
|
| + refinement of the selection into a single word.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="CookieBlockingDisabledPerDefault">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| @@ -8276,8 +8292,10 @@ should be able to be added at any place in this file.
|
| </action>
|
|
|
| <action name="MobileActionBarShown">
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| - <description>Please enter the description of this user action.</description>
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + The Action Bar was shown in response to the user selecting text.
|
| + </description>
|
| </action>
|
|
|
| <action name="MobileAddBookmarkViaIntent">
|
| @@ -8844,6 +8862,15 @@ should be able to be added at any place in this file.
|
| <obsolete>Deprecated as of 7/2015</obsolete>
|
| </action>
|
|
|
| +<action name="MobileProcessTextIntent">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + User chose to process text using one of the assist actions available in the
|
| + mobile action bar. These actions trigger an intent to interacte with
|
| + another activity, e.g. Translate.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="MobilePullGestureReload">
|
| <owner>tedchoc@chromium.org</owner>
|
| <description>
|
| @@ -8863,6 +8890,36 @@ 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="MobileSelectAllWasEditable">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + The just-recorded SelectAll action was done in an editable field.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="MobileSelectAllWasNonEditable">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + The just-recorded SelectAll action was done in a non-editable field.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="MobileSelectionChanged">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + The user changed the selection by manipulating the selection handles. Only
|
| + one action of this kind is emmitted when the selection handles are
|
| + repeatedly moved.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="MobileShare">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>
|
| + The user pressed the Share button in the mobile Action Bar.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="MobileShortcutAllBookmarks">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| @@ -9000,6 +9057,11 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="MobileWebSearch">
|
| + <owner>donnd@chromium.org</owner>
|
| + <description>User pressed 'Web Search' in the mobile action bar.</description>
|
| +</action>
|
| +
|
| <action name="MostVisited0">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|