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

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

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests fixed. Created 5 years, 9 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 8468 matching lines...) Expand 10 before | Expand all | Expand 10 after
8479 <action name="Options_BluetoothRemoveDevice"> 8479 <action name="Options_BluetoothRemoveDevice">
8480 <owner>stevenjb@chromium.org</owner> 8480 <owner>stevenjb@chromium.org</owner>
8481 <description>Settings: Bluetooth: remove a device from the list</description> 8481 <description>Settings: Bluetooth: remove a device from the list</description>
8482 </action> 8482 </action>
8483 8483
8484 <action name="Options_BluetoothShowAddDevice"> 8484 <action name="Options_BluetoothShowAddDevice">
8485 <owner>stevenjb@chromium.org</owner> 8485 <owner>stevenjb@chromium.org</owner>
8486 <description>Settings: Bluetooth: Add a device</description> 8486 <description>Settings: Bluetooth: Add a device</description>
8487 </action> 8487 </action>
8488 8488
8489 <action name="Options_CaptivePortalBypassProxy_Disable">
8490 <owner>alemate@chromium.org</owner>
8491 <description>
8492 Captive portal authorization bypass proxy is disabled.
8493 </description>
8494 </action>
8495
8496 <action name="Options_CaptivePortalBypassProxy_Enable">
8497 <owner>alemate@chromium.org</owner>
8498 <description>
8499 Captive portal authorization bypass proxy is enabled.
8500 </description>
8501 </action>
8502
8489 <action name="Options_ChangeDefaultZoomLevel"> 8503 <action name="Options_ChangeDefaultZoomLevel">
8490 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8504 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8491 <description>Please enter the description of this user action.</description> 8505 <description>Please enter the description of this user action.</description>
8492 </action> 8506 </action>
8493 8507
8494 <action name="Options_ChangeFixedFont"> 8508 <action name="Options_ChangeFixedFont">
8495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8509 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8496 <description>Please enter the description of this user action.</description> 8510 <description>Please enter the description of this user action.</description>
8497 </action> 8511 </action>
8498 8512
(...skipping 3466 matching lines...) Expand 10 before | Expand all | Expand 10 after
11965 <action name="webapps.AddShortcut.Manifest"> 11979 <action name="webapps.AddShortcut.Manifest">
11966 <owner>mlamouri@chromium.org</owner> 11980 <owner>mlamouri@chromium.org</owner>
11967 <description> 11981 <description>
11968 Shortcut added to the homescreen with a valid Manifest. This action will be 11982 Shortcut added to the homescreen with a valid Manifest. This action will be
11969 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11983 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11970 to keep a trend of whether the webapp also add meta tags. 11984 to keep a trend of whether the webapp also add meta tags.
11971 </description> 11985 </description>
11972 </action> 11986 </action>
11973 11987
11974 </actions> 11988 </actions>
OLDNEW
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698