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

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

Issue 2218173002: Revert of 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 14825 matching lines...) Expand 10 before | Expand all | Expand 10 after
14836 <description>Please enter the description of this user action.</description> 14836 <description>Please enter the description of this user action.</description>
14837 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 14837 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
14838 </action> 14838 </action>
14839 14839
14840 <action name="Upgrade_Started"> 14840 <action name="Upgrade_Started">
14841 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14841 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14842 <description>Please enter the description of this user action.</description> 14842 <description>Please enter the description of this user action.</description>
14843 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete> 14843 <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
14844 </action> 14844 </action>
14845 14845
14846 <action name="UserManager_Cleared_Legacy_User_Prefs">
14847 <owner>mahmadi@chromium.org</owner>
14848 <description>
14849 Recorded when prefs::kBrowserGuestModeEnabled and
14850 prefs::kBrowserAddPersonEnabled are cleared because they no longer exist in
14851 the Material Design settings page.
14852 </description>
14853 </action>
14854
14855 <action name="VideoPlayer.CastVideoError"> 14846 <action name="VideoPlayer.CastVideoError">
14856 <owner>yoshiki@chromium.org</owner> 14847 <owner>yoshiki@chromium.org</owner>
14857 <description> 14848 <description>
14858 Chrome OS Video Player: an error occurred upon casting. 14849 Chrome OS Video Player: an error occurred upon casting.
14859 </description> 14850 </description>
14860 </action> 14851 </action>
14861 14852
14862 <action name="VideoPlayer.OpenVideoPlayer"> 14853 <action name="VideoPlayer.OpenVideoPlayer">
14863 <owner>yoshiki@chromium.org</owner> 14854 <owner>yoshiki@chromium.org</owner>
14864 <description> 14855 <description>
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
15342 <action name="webapps.AddShortcut.Manifest"> 15333 <action name="webapps.AddShortcut.Manifest">
15343 <owner>mlamouri@chromium.org</owner> 15334 <owner>mlamouri@chromium.org</owner>
15344 <description> 15335 <description>
15345 Shortcut added to the homescreen with a valid Manifest. This action will be 15336 Shortcut added to the homescreen with a valid Manifest. This action will be
15346 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15337 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15347 to keep a trend of whether the webapp also add meta tags. 15338 to keep a trend of whether the webapp also add meta tags.
15348 </description> 15339 </description>
15349 </action> 15340 </action>
15350 15341
15351 </actions> 15342 </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