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

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

Issue 541103002: Introduce ChromeZoomLevelPref, make zoom level prefs independent of profile prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix HostZOomMapBrowserTest. Created 6 years, 2 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
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.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. 9 and description for each user action.
10 10
(...skipping 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 <action name="Cast_Sender_CastPlayRequested"> 1840 <action name="Cast_Sender_CastPlayRequested">
1841 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1841 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1842 <description>Please enter the description of this user action.</description> 1842 <description>Please enter the description of this user action.</description>
1843 </action> 1843 </action>
1844 1844
1845 <action name="Cast_Sender_YouTubeDeviceSelected"> 1845 <action name="Cast_Sender_YouTubeDeviceSelected">
1846 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1846 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1847 <description>Please enter the description of this user action.</description> 1847 <description>Please enter the description of this user action.</description>
1848 </action> 1848 </action>
1849 1849
1850 <action name="Chrome_ZoomLevelPreferencesMigration">
1851 <owner>wjmaclean@chromium.org</owner>
1852 <description>
1853 Tracks migration to per-partition zoom-level preferences.
1854 </description>
1855 </action>
1856
1850 <action name="ClearAuthenticationCache"> 1857 <action name="ClearAuthenticationCache">
1851 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1858 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1852 <description>Please enter the description of this user action.</description> 1859 <description>Please enter the description of this user action.</description>
1853 </action> 1860 </action>
1854 1861
1855 <action name="ClearBrowsingData_Autofill"> 1862 <action name="ClearBrowsingData_Autofill">
1856 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1863 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1857 <description>Please enter the description of this user action.</description> 1864 <description>Please enter the description of this user action.</description>
1858 </action> 1865 </action>
1859 1866
(...skipping 9733 matching lines...) Expand 10 before | Expand all | Expand 10 after
11593 apple-mobile-webapp-capable meta tag. 11600 apple-mobile-webapp-capable meta tag.
11594 </description> 11601 </description>
11595 </action> 11602 </action>
11596 11603
11597 <action name="webapps.AddShortcut.Bookmark"> 11604 <action name="webapps.AddShortcut.Bookmark">
11598 <owner>dfalcantara@chromium.org</owner> 11605 <owner>dfalcantara@chromium.org</owner>
11599 <description>Shortcut added to the homescreen for a bookmark.</description> 11606 <description>Shortcut added to the homescreen for a bookmark.</description>
11600 </action> 11607 </action>
11601 11608
11602 </actions> 11609 </actions>
OLDNEW
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698