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

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: Switch feature to disabled by default. 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
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 9147 matching lines...) Expand 10 before | Expand all | Expand 10 after
9158 <action name="Options_ResetAutoOpenFiles"> 9158 <action name="Options_ResetAutoOpenFiles">
9159 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9159 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9160 <description>Please enter the description of this user action.</description> 9160 <description>Please enter the description of this user action.</description>
9161 </action> 9161 </action>
9162 9162
9163 <action name="Options_ResetToDefaults"> 9163 <action name="Options_ResetToDefaults">
9164 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9164 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9165 <description>Please enter the description of this user action.</description> 9165 <description>Please enter the description of this user action.</description>
9166 </action> 9166 </action>
9167 9167
9168 <action name="Options_ResolveTimezoneByGeoLocation_Disable">
9169 <owner>alemate@chromium.org</owner>
9170 <description>ChromeOS periodic timezone refresh disabled.</description>
9171 </action>
9172
9173 <action name="Options_ResolveTimezoneByGeoLocation_Enable">
9174 <owner>alemate@chromium.org</owner>
9175 <description>ChromeOS periodic timezone refresh enabled.</description>
9176 </action>
9177
9168 <action name="Options_SSL2_Disable"> 9178 <action name="Options_SSL2_Disable">
9169 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9179 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9170 <description>Please enter the description of this user action.</description> 9180 <description>Please enter the description of this user action.</description>
9171 </action> 9181 </action>
9172 9182
9173 <action name="Options_SSL2_Enable"> 9183 <action name="Options_SSL2_Enable">
9174 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9184 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9175 <description>Please enter the description of this user action.</description> 9185 <description>Please enter the description of this user action.</description>
9176 </action> 9186 </action>
9177 9187
(...skipping 2680 matching lines...) Expand 10 before | Expand all | Expand 10 after
11858 <action name="webapps.AddShortcut.Manifest"> 11868 <action name="webapps.AddShortcut.Manifest">
11859 <owner>mlamouri@chromium.org</owner> 11869 <owner>mlamouri@chromium.org</owner>
11860 <description> 11870 <description>
11861 Shortcut added to the homescreen with a valid Manifest. This action will be 11871 Shortcut added to the homescreen with a valid Manifest. This action will be
11862 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11872 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11863 to keep a trend of whether the webapp also add meta tags. 11873 to keep a trend of whether the webapp also add meta tags.
11864 </description> 11874 </description>
11865 </action> 11875 </action>
11866 11876
11867 </actions> 11877 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698