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

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

Issue 805973002: wifi-sync: add chrome://flags UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-2-stub-wcss-with-cros-backend-20141205
Patch Set: use kOsCrOS instead of kOsAll Created 6 years 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 | « chrome/browser/about_flags.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 <action name="AboutFlags_enable-smooth-scrolling"> 135 <action name="AboutFlags_enable-smooth-scrolling">
136 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 136 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
137 <description>Please enter the description of this user action.</description> 137 <description>Please enter the description of this user action.</description>
138 </action> 138 </action>
139 139
140 <action name="AboutFlags_enable-website-settings"> 140 <action name="AboutFlags_enable-website-settings">
141 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 141 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
142 <description>Please enter the description of this user action.</description> 142 <description>Please enter the description of this user action.</description>
143 </action> 143 </action>
144 144
145 <action name="AboutFlags_enable-wifi-credential-sync">
146 <owner>quiche@chromium.org</owner>
147 <description>
148 User enabled WiFi credential sync via chrome://flags.
149 </description>
150 </action>
151
145 <action name="AboutFlags_experimental-location-features"> 152 <action name="AboutFlags_experimental-location-features">
146 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 153 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
147 <description>Please enter the description of this user action.</description> 154 <description>Please enter the description of this user action.</description>
148 </action> 155 </action>
149 156
150 <action name="AboutFlags_expose-for-tabs"> 157 <action name="AboutFlags_expose-for-tabs">
151 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
152 <description>Please enter the description of this user action.</description> 159 <description>Please enter the description of this user action.</description>
153 </action> 160 </action>
154 161
(...skipping 11693 matching lines...) Expand 10 before | Expand all | Expand 10 after
11848 <action name="webapps.AddShortcut.Manifest"> 11855 <action name="webapps.AddShortcut.Manifest">
11849 <owner>mlamouri@chromium.org</owner> 11856 <owner>mlamouri@chromium.org</owner>
11850 <description> 11857 <description>
11851 Shortcut added to the homescreen with a valid Manifest. This action will be 11858 Shortcut added to the homescreen with a valid Manifest. This action will be
11852 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11859 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11853 to keep a trend of whether the webapp also add meta tags. 11860 to keep a trend of whether the webapp also add meta tags.
11854 </description> 11861 </description>
11855 </action> 11862 </action>
11856 11863
11857 </actions> 11864 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698