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

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

Issue 2705113005: Update AutoImport to import nothing by default (in absence of policy and master_prefs). (Closed)
Patch Set: review:grt#7 Created 3 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
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 4339 matching lines...) Expand 10 before | Expand all | Expand 10 after
4350 </action> 4350 </action>
4351 4351
4352 <action name="FindString"> 4352 <action name="FindString">
4353 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 4353 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
4354 <description>Please enter the description of this user action.</description> 4354 <description>Please enter the description of this user action.</description>
4355 </action> 4355 </action>
4356 4356
4357 <action name="FirstRunDef_Accept"> 4357 <action name="FirstRunDef_Accept">
4358 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 4358 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
4359 <description>Please enter the description of this user action.</description> 4359 <description>Please enter the description of this user action.</description>
4360 <obsolete>Deprecated 02/2017.</obsolete>
4360 </action> 4361 </action>
4361 4362
4362 <action name="Flash.JavaScriptUsed" not_user_triggered="true"> 4363 <action name="Flash.JavaScriptUsed" not_user_triggered="true">
4363 <owner>tommycli@chromium.org</owner> 4364 <owner>tommycli@chromium.org</owner>
4364 <description> 4365 <description>
4365 Count of Flash plugin instances that use JavaScript. 4366 Count of Flash plugin instances that use JavaScript.
4366 </description> 4367 </description>
4367 <obsolete>Deprecated 02/2017.</obsolete> 4368 <obsolete>Deprecated 02/2017.</obsolete>
4368 </action> 4369 </action>
4369 4370
(...skipping 12027 matching lines...) Expand 10 before | Expand all | Expand 10 after
16397 <action name="webapps.AddShortcut.Manifest"> 16398 <action name="webapps.AddShortcut.Manifest">
16398 <owner>mlamouri@chromium.org</owner> 16399 <owner>mlamouri@chromium.org</owner>
16399 <description> 16400 <description>
16400 Shortcut added to the homescreen with a valid Manifest. This action will be 16401 Shortcut added to the homescreen with a valid Manifest. This action will be
16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16402 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16402 to keep a trend of whether the webapp also add meta tags. 16403 to keep a trend of whether the webapp also add meta tags.
16403 </description> 16404 </description>
16404 </action> 16405 </action>
16405 16406
16406 </actions> 16407 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698