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

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

Issue 731423002: Remove OriginChip code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp file and bad merge Created 5 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 9609 matching lines...) Expand 10 before | Expand all | Expand 10 after
9620 </action> 9620 </action>
9621 9621
9622 <action name="Options_WhitelistedUser_Remove"> 9622 <action name="Options_WhitelistedUser_Remove">
9623 <owner>stevenjb@chromium.org</owner> 9623 <owner>stevenjb@chromium.org</owner>
9624 <description>Settings: Users: Remove a whitelisted user</description> 9624 <description>Settings: Users: Remove a whitelisted user</description>
9625 </action> 9625 </action>
9626 9626
9627 <action name="OriginChipPress"> 9627 <action name="OriginChipPress">
9628 <owner>macourteau@chromium.org</owner> 9628 <owner>macourteau@chromium.org</owner>
9629 <description>Please enter the description of this user action.</description> 9629 <description>Please enter the description of this user action.</description>
9630 <obsolete>This flag no longer exists.</obsolete>
9630 </action> 9631 </action>
9631 9632
9632 <action name="OutdatedPluginInfobar.AllowThisTime"> 9633 <action name="OutdatedPluginInfobar.AllowThisTime">
9633 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9634 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9634 <description>Please enter the description of this user action.</description> 9635 <description>Please enter the description of this user action.</description>
9635 </action> 9636 </action>
9636 9637
9637 <action name="OutdatedPluginInfobar.Closed"> 9638 <action name="OutdatedPluginInfobar.Closed">
9638 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9639 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9639 <description>Please enter the description of this user action.</description> 9640 <description>Please enter the description of this user action.</description>
(...skipping 2286 matching lines...) Expand 10 before | Expand all | Expand 10 after
11926 <action name="webapps.AddShortcut.Manifest"> 11927 <action name="webapps.AddShortcut.Manifest">
11927 <owner>mlamouri@chromium.org</owner> 11928 <owner>mlamouri@chromium.org</owner>
11928 <description> 11929 <description>
11929 Shortcut added to the homescreen with a valid Manifest. This action will be 11930 Shortcut added to the homescreen with a valid Manifest. This action will be
11930 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11931 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11931 to keep a trend of whether the webapp also add meta tags. 11932 to keep a trend of whether the webapp also add meta tags.
11932 </description> 11933 </description>
11933 </action> 11934 </action>
11934 11935
11935 </actions> 11936 </actions>
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698