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

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: Update after review. Created 5 years, 11 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 8382 matching lines...) Expand 10 before | Expand all | Expand 10 after
8393 <action name="Options_BluetoothRemoveDevice"> 8393 <action name="Options_BluetoothRemoveDevice">
8394 <owner>stevenjb@chromium.org</owner> 8394 <owner>stevenjb@chromium.org</owner>
8395 <description>Settings: Bluetooth: remove a device from the list</description> 8395 <description>Settings: Bluetooth: remove a device from the list</description>
8396 </action> 8396 </action>
8397 8397
8398 <action name="Options_BluetoothShowAddDevice"> 8398 <action name="Options_BluetoothShowAddDevice">
8399 <owner>stevenjb@chromium.org</owner> 8399 <owner>stevenjb@chromium.org</owner>
8400 <description>Settings: Bluetooth: Add a device</description> 8400 <description>Settings: Bluetooth: Add a device</description>
8401 </action> 8401 </action>
8402 8402
8403 <action name="Options_CaptivePortalBypassProxy_Disable">
8404 <owner>alemate@chromium.org</owner>
8405 <description>
8406 Captive portal authorization bypass proxy is disabled.
8407 </description>
8408 </action>
8409
8410 <action name="Options_CaptivePortalBypassProxy_Enable">
8411 <owner>alemate@chromium.org</owner>
8412 <description>
8413 Captive portal authorization bypass proxy is enabled.
8414 </description>
8415 </action>
8416
8403 <action name="Options_ChangeDefaultZoomLevel"> 8417 <action name="Options_ChangeDefaultZoomLevel">
8404 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8405 <description>Please enter the description of this user action.</description> 8419 <description>Please enter the description of this user action.</description>
8406 </action> 8420 </action>
8407 8421
8408 <action name="Options_ChangeFixedFont"> 8422 <action name="Options_ChangeFixedFont">
8409 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8423 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8410 <description>Please enter the description of this user action.</description> 8424 <description>Please enter the description of this user action.</description>
8411 </action> 8425 </action>
8412 8426
(...skipping 3433 matching lines...) Expand 10 before | Expand all | Expand 10 after
11846 <action name="webapps.AddShortcut.Manifest"> 11860 <action name="webapps.AddShortcut.Manifest">
11847 <owner>mlamouri@chromium.org</owner> 11861 <owner>mlamouri@chromium.org</owner>
11848 <description> 11862 <description>
11849 Shortcut added to the homescreen with a valid Manifest. This action will be 11863 Shortcut added to the homescreen with a valid Manifest. This action will be
11850 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11864 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11851 to keep a trend of whether the webapp also add meta tags. 11865 to keep a trend of whether the webapp also add meta tags.
11852 </description> 11866 </description>
11853 </action> 11867 </action>
11854 11868
11855 </actions> 11869 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698