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

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

Issue 1014913002: Chromeos: Remove CaptivePortalBypassProxy user option. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | no next file » | 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 8495 matching lines...) Expand 10 before | Expand all | Expand 10 after
8506 <action name="Options_BluetoothShowAddDevice"> 8506 <action name="Options_BluetoothShowAddDevice">
8507 <owner>stevenjb@chromium.org</owner> 8507 <owner>stevenjb@chromium.org</owner>
8508 <description>Settings: Bluetooth: Add a device</description> 8508 <description>Settings: Bluetooth: Add a device</description>
8509 </action> 8509 </action>
8510 8510
8511 <action name="Options_CaptivePortalBypassProxy_Disable"> 8511 <action name="Options_CaptivePortalBypassProxy_Disable">
8512 <owner>alemate@chromium.org</owner> 8512 <owner>alemate@chromium.org</owner>
8513 <description> 8513 <description>
8514 Captive portal authorization bypass proxy is disabled. 8514 Captive portal authorization bypass proxy is disabled.
8515 </description> 8515 </description>
8516 <obsolete>
8517 Deprecated as of 03/2015. Option is removed.
8518 </obsolete>
8516 </action> 8519 </action>
8517 8520
8518 <action name="Options_CaptivePortalBypassProxy_Enable"> 8521 <action name="Options_CaptivePortalBypassProxy_Enable">
8519 <owner>alemate@chromium.org</owner> 8522 <owner>alemate@chromium.org</owner>
8520 <description> 8523 <description>
8521 Captive portal authorization bypass proxy is enabled. 8524 Captive portal authorization bypass proxy is enabled.
8522 </description> 8525 </description>
8526 <obsolete>
8527 Deprecated as of 03/2015. Option is removed.
8528 </obsolete>
8523 </action> 8529 </action>
8524 8530
8525 <action name="Options_ChangeDefaultZoomLevel"> 8531 <action name="Options_ChangeDefaultZoomLevel">
8526 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8532 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8527 <description>Please enter the description of this user action.</description> 8533 <description>Please enter the description of this user action.</description>
8528 </action> 8534 </action>
8529 8535
8530 <action name="Options_ChangeFixedFont"> 8536 <action name="Options_ChangeFixedFont">
8531 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8537 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8532 <description>Please enter the description of this user action.</description> 8538 <description>Please enter the description of this user action.</description>
(...skipping 3468 matching lines...) Expand 10 before | Expand all | Expand 10 after
12001 <action name="webapps.AddShortcut.Manifest"> 12007 <action name="webapps.AddShortcut.Manifest">
12002 <owner>mlamouri@chromium.org</owner> 12008 <owner>mlamouri@chromium.org</owner>
12003 <description> 12009 <description>
12004 Shortcut added to the homescreen with a valid Manifest. This action will be 12010 Shortcut added to the homescreen with a valid Manifest. This action will be
12005 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12011 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12006 to keep a trend of whether the webapp also add meta tags. 12012 to keep a trend of whether the webapp also add meta tags.
12007 </description> 12013 </description>
12008 </action> 12014 </action>
12009 12015
12010 </actions> 12016 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698