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

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

Issue 2207003002: Clears GuestModeEnabled and AddPersonEnabled user prefs if MD settings is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/browser/ui/webui/signin/user_manager_screen_handler.cc ('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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 14777 matching lines...) Expand 10 before | Expand all | Expand 10 after
14788 <description>Please enter the description of this user action.</description> 14788 <description>Please enter the description of this user action.</description>
14789 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 14789 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
14790 </action> 14790 </action>
14791 14791
14792 <action name="Upgrade_Started"> 14792 <action name="Upgrade_Started">
14793 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14793 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14794 <description>Please enter the description of this user action.</description> 14794 <description>Please enter the description of this user action.</description>
14795 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 14795 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
14796 </action> 14796 </action>
14797 14797
14798 <action name="UserManager_Cleared_Guest_Mode_Enabled_Add_Person_Enabled_Prefs">
rkaplow 2016/08/03 17:05:29 this is ok, but I would prefer a shorter name, if
Moe 2016/08/03 19:01:27 Done.
14799 <owner>mahmadi@chromium.org</owner>
14800 <description>
14801 Recorded when prefs::kBrowserGuestModeEnabled and
14802 prefs::kBrowserAddPersonEnabled are cleared b/c they are no longer exist in
rkaplow 2016/08/03 17:05:29 nit, write out because
Moe 2016/08/03 19:01:27 Done.
14803 the Material Design settings page.
14804 </description>
14805 </action>
14806
14798 <action name="VideoPlayer.CastVideoError"> 14807 <action name="VideoPlayer.CastVideoError">
14799 <owner>yoshiki@chromium.org</owner> 14808 <owner>yoshiki@chromium.org</owner>
14800 <description> 14809 <description>
14801 Chrome OS Video Player: an error occurred upon casting. 14810 Chrome OS Video Player: an error occurred upon casting.
14802 </description> 14811 </description>
14803 </action> 14812 </action>
14804 14813
14805 <action name="VideoPlayer.OpenVideoPlayer"> 14814 <action name="VideoPlayer.OpenVideoPlayer">
14806 <owner>yoshiki@chromium.org</owner> 14815 <owner>yoshiki@chromium.org</owner>
14807 <description> 14816 <description>
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
15285 <action name="webapps.AddShortcut.Manifest"> 15294 <action name="webapps.AddShortcut.Manifest">
15286 <owner>mlamouri@chromium.org</owner> 15295 <owner>mlamouri@chromium.org</owner>
15287 <description> 15296 <description>
15288 Shortcut added to the homescreen with a valid Manifest. This action will be 15297 Shortcut added to the homescreen with a valid Manifest. This action will be
15289 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15298 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15290 to keep a trend of whether the webapp also add meta tags. 15299 to keep a trend of whether the webapp also add meta tags.
15291 </description> 15300 </description>
15292 </action> 15301 </action>
15293 15302
15294 </actions> 15303 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698