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

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

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cookies_list.js Created 6 years, 4 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 | Annotate | Revision Log
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 1824 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 <action name="ClearBrowsingData_Autofill"> 1835 <action name="ClearBrowsingData_Autofill">
1836 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1836 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1837 <description>Please enter the description of this user action.</description> 1837 <description>Please enter the description of this user action.</description>
1838 </action> 1838 </action>
1839 1839
1840 <action name="ClearBrowsingData_Cache"> 1840 <action name="ClearBrowsingData_Cache">
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="ClearBrowsingData_ChannelIDs">
1846 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1847 <description>Please enter the description of the metric.</description>
1848 </action>
1849
1845 <action name="ClearBrowsingData_ContentLicenses"> 1850 <action name="ClearBrowsingData_ContentLicenses">
1846 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1851 <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> 1852 <description>Please enter the description of this user action.</description>
1848 </action> 1853 </action>
1849 1854
1850 <action name="ClearBrowsingData_Cookies"> 1855 <action name="ClearBrowsingData_Cookies">
1851 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1856 <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> 1857 <description>Please enter the description of this user action.</description>
1853 </action> 1858 </action>
1854 1859
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1908 </action> 1913 </action>
1909 1914
1910 <action name="ClearBrowsingData_Passwords"> 1915 <action name="ClearBrowsingData_Passwords">
1911 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1912 <description>Please enter the description of this user action.</description> 1917 <description>Please enter the description of this user action.</description>
1913 </action> 1918 </action>
1914 1919
1915 <action name="ClearBrowsingData_ServerBoundCerts"> 1920 <action name="ClearBrowsingData_ServerBoundCerts">
1916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1921 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1917 <description>Please enter the description of this user action.</description> 1922 <description>Please enter the description of this user action.</description>
1923 <obsolete>This has been renamed ClearBrowsingData_ChannelIDs.</obsolete>
1918 </action> 1924 </action>
1919 1925
1920 <action name="ClearBrowsingData_ShaderCache"> 1926 <action name="ClearBrowsingData_ShaderCache">
1921 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1927 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1922 <description>Please enter the description of this user action.</description> 1928 <description>Please enter the description of this user action.</description>
1923 </action> 1929 </action>
1924 1930
1925 <action name="ClearBrowsingData_ShowDlg"> 1931 <action name="ClearBrowsingData_ShowDlg">
1926 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1932 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1927 <description>Please enter the description of this user action.</description> 1933 <description>Please enter the description of this user action.</description>
(...skipping 9429 matching lines...) Expand 10 before | Expand all | Expand 10 after
11357 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11363 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11358 <description>Please enter the description of this user action.</description> 11364 <description>Please enter the description of this user action.</description>
11359 </action> 11365 </action>
11360 11366
11361 <action name="webapps.AddShortcut.Bookmark"> 11367 <action name="webapps.AddShortcut.Bookmark">
11362 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11368 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11363 <description>Please enter the description of this user action.</description> 11369 <description>Please enter the description of this user action.</description>
11364 </action> 11370 </action>
11365 11371
11366 </actions> 11372 </actions>
OLDNEW
« net/ssl/channel_id_service.h ('K') | « net/url_request/url_request_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698