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

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

Issue 834073002: ChromeOS: Implement periodic timezone refresh on geolocation data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase. 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 | « chromeos/timezone/timezone_unittest.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 9186 matching lines...) Expand 10 before | Expand all | Expand 10 after
9197 <action name="Options_ResetAutoOpenFiles"> 9197 <action name="Options_ResetAutoOpenFiles">
9198 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9198 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9199 <description>Please enter the description of this user action.</description> 9199 <description>Please enter the description of this user action.</description>
9200 </action> 9200 </action>
9201 9201
9202 <action name="Options_ResetToDefaults"> 9202 <action name="Options_ResetToDefaults">
9203 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9203 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9204 <description>Please enter the description of this user action.</description> 9204 <description>Please enter the description of this user action.</description>
9205 </action> 9205 </action>
9206 9206
9207 <action name="Options_ResolveTimezoneByGeoLocation_Disable">
9208 <owner>alemate@chromium.org</owner>
9209 <description>ChromeOS periodic timezone refresh disabled.</description>
9210 </action>
9211
9212 <action name="Options_ResolveTimezoneByGeoLocation_Enable">
9213 <owner>alemate@chromium.org</owner>
9214 <description>ChromeOS periodic timezone refresh enabled.</description>
9215 </action>
9216
9207 <action name="Options_SSL2_Disable"> 9217 <action name="Options_SSL2_Disable">
9208 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9218 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9209 <description>Please enter the description of this user action.</description> 9219 <description>Please enter the description of this user action.</description>
9210 </action> 9220 </action>
9211 9221
9212 <action name="Options_SSL2_Enable"> 9222 <action name="Options_SSL2_Enable">
9213 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9223 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9214 <description>Please enter the description of this user action.</description> 9224 <description>Please enter the description of this user action.</description>
9215 </action> 9225 </action>
9216 9226
(...skipping 2681 matching lines...) Expand 10 before | Expand all | Expand 10 after
11898 <action name="webapps.AddShortcut.Manifest"> 11908 <action name="webapps.AddShortcut.Manifest">
11899 <owner>mlamouri@chromium.org</owner> 11909 <owner>mlamouri@chromium.org</owner>
11900 <description> 11910 <description>
11901 Shortcut added to the homescreen with a valid Manifest. This action will be 11911 Shortcut added to the homescreen with a valid Manifest. This action will be
11902 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11912 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11903 to keep a trend of whether the webapp also add meta tags. 11913 to keep a trend of whether the webapp also add meta tags.
11904 </description> 11914 </description>
11905 </action> 11915 </action>
11906 11916
11907 </actions> 11917 </actions>
OLDNEW
« no previous file with comments | « chromeos/timezone/timezone_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698