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

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

Issue 2862653002: If force-sign-in policy is enabled, popup warning dialog before window closing if auth token becom… (Closed)
Patch Set: nit Created 3 years, 6 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 | « components/signin/core/browser/signin_metrics.h ('k') | tools/metrics/histograms/enums.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 15376 matching lines...) Expand 10 before | Expand all | Expand 10 after
15387 </action> 15387 </action>
15388 15388
15389 <action name="Signin_Signin_FromExtensions"> 15389 <action name="Signin_Signin_FromExtensions">
15390 <owner>gogerald@chromium.org</owner> 15390 <owner>gogerald@chromium.org</owner>
15391 <description> 15391 <description>
15392 Recorded on sign in start from access point 15392 Recorded on sign in start from access point
15393 signin_metrics::AccessPoint::ACCESS_POINT_EXTENSIONS. 15393 signin_metrics::AccessPoint::ACCESS_POINT_EXTENSIONS.
15394 </description> 15394 </description>
15395 </action> 15395 </action>
15396 15396
15397 <action name="Signin_Signin_FromForceSigninWarning">
15398 <owner>zmin@chromium.org</owner>
15399 <description>
15400 Record when a user signs in again from the force sign in auth error warning
15401 modal dialog.
15402 </description>
15403 </action>
15404
15397 <action name="Signin_Signin_FromMenu"> 15405 <action name="Signin_Signin_FromMenu">
15398 <owner>gogerald@chromium.org</owner> 15406 <owner>gogerald@chromium.org</owner>
15399 <description> 15407 <description>
15400 Recorded on sign in start from access point 15408 Recorded on sign in start from access point
15401 signin_metrics::AccessPoint::ACCESS_POINT_MENU. 15409 signin_metrics::AccessPoint::ACCESS_POINT_MENU.
15402 </description> 15410 </description>
15403 </action> 15411 </action>
15404 15412
15405 <action name="Signin_Signin_FromNTP"> 15413 <action name="Signin_Signin_FromNTP">
15406 <owner>gogerald@chromium.org</owner> 15414 <owner>gogerald@chromium.org</owner>
(...skipping 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after
17437 <action name="webapps.AddShortcut.Manifest"> 17445 <action name="webapps.AddShortcut.Manifest">
17438 <owner>mlamouri@chromium.org</owner> 17446 <owner>mlamouri@chromium.org</owner>
17439 <description> 17447 <description>
17440 Shortcut added to the homescreen with a valid Manifest. This action will be 17448 Shortcut added to the homescreen with a valid Manifest. This action will be
17441 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17449 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17442 to keep a trend of whether the webapp also add meta tags. 17450 to keep a trend of whether the webapp also add meta tags.
17443 </description> 17451 </description>
17444 </action> 17452 </action>
17445 17453
17446 </actions> 17454 </actions>
OLDNEW
« no previous file with comments | « components/signin/core/browser/signin_metrics.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698