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

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

Issue 417113012: Introduce user customization of external HighDPI mode for 4K monitor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
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 8319 matching lines...) Expand 10 before | Expand all | Expand 10 after
8330 <description>Settings: Device: Display settings</description> 8330 <description>Settings: Device: Display settings</description>
8331 </action> 8331 </action>
8332 8332
8333 <action name="Options_DisplayRearrange"> 8333 <action name="Options_DisplayRearrange">
8334 <owner>stevenjb@chromium.org</owner> 8334 <owner>stevenjb@chromium.org</owner>
8335 <description> 8335 <description>
8336 Settings: Device: Display settings: arrange desktops 8336 Settings: Device: Display settings: arrange desktops
8337 </description> 8337 </description>
8338 </action> 8338 </action>
8339 8339
8340 <action name="Options_DisplaySetExternalDeviceScaleFactor">
8341 <owner>stevenjb@chromium.org</owner>
8342 <description>
8343 Settings: Device: Display settings: Device scale factor of external display.
8344 </description>
8345 </action>
8346
8340 <action name="Options_DisplaySetOrientation"> 8347 <action name="Options_DisplaySetOrientation">
8341 <owner>stevenjb@chromium.org</owner> 8348 <owner>stevenjb@chromium.org</owner>
8342 <description>Settings: Device: Display settings: Orientation</description> 8349 <description>Settings: Device: Display settings: Orientation</description>
8343 </action> 8350 </action>
8344 8351
8345 <action name="Options_DisplaySetPrimary"> 8352 <action name="Options_DisplaySetPrimary">
8346 <owner>stevenjb@chromium.org</owner> 8353 <owner>stevenjb@chromium.org</owner>
8347 <description>Settings: Device: Display settings: Make primary</description> 8354 <description>Settings: Device: Display settings: Make primary</description>
8348 </action> 8355 </action>
8349 8356
(...skipping 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after
11383 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11390 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11384 <description>Please enter the description of this user action.</description> 11391 <description>Please enter the description of this user action.</description>
11385 </action> 11392 </action>
11386 11393
11387 <action name="webapps.AddShortcut.Bookmark"> 11394 <action name="webapps.AddShortcut.Bookmark">
11388 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11395 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11389 <description>Please enter the description of this user action.</description> 11396 <description>Please enter the description of this user action.</description>
11390 </action> 11397 </action>
11391 11398
11392 </actions> 11399 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698