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

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

Issue 2714813002: [iOS] Add Request Mobile Site cell to tools menu (Closed)
Patch Set: Fix unit test Created 3 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 9792 matching lines...) Expand 10 before | Expand all | Expand 10 after
9803 </description> 9803 </description>
9804 </action> 9804 </action>
9805 9805
9806 <action name="MobileMenuRequestDesktopSite"> 9806 <action name="MobileMenuRequestDesktopSite">
9807 <owner>aurimas@chromium.org</owner> 9807 <owner>aurimas@chromium.org</owner>
9808 <description> 9808 <description>
9809 User pressed 'Request Desktop Site' in the app menu. 9809 User pressed 'Request Desktop Site' in the app menu.
9810 </description> 9810 </description>
9811 </action> 9811 </action>
9812 9812
9813 <action name="MobileMenuRequestMobileSite">
9814 <owner>liaoyuke@chromium.org</owner>
9815 <description>User pressed 'Request Mobile Site' in the app menu.</description>
9816 </action>
9817
9813 <action name="MobileMenuSettings"> 9818 <action name="MobileMenuSettings">
9814 <owner>aurimas@chromium.org</owner> 9819 <owner>aurimas@chromium.org</owner>
9815 <description>User pressed 'Settings' in the app menu.</description> 9820 <description>User pressed 'Settings' in the app menu.</description>
9816 </action> 9821 </action>
9817 9822
9818 <action name="MobileMenuShare"> 9823 <action name="MobileMenuShare">
9819 <owner>aurimas@chromium.org</owner> 9824 <owner>aurimas@chromium.org</owner>
9820 <description>User pressed 'Share' in the app menu.</description> 9825 <description>User pressed 'Share' in the app menu.</description>
9821 </action> 9826 </action>
9822 9827
(...skipping 6656 matching lines...) Expand 10 before | Expand all | Expand 10 after
16479 <action name="webapps.AddShortcut.Manifest"> 16484 <action name="webapps.AddShortcut.Manifest">
16480 <owner>mlamouri@chromium.org</owner> 16485 <owner>mlamouri@chromium.org</owner>
16481 <description> 16486 <description>
16482 Shortcut added to the homescreen with a valid Manifest. This action will be 16487 Shortcut added to the homescreen with a valid Manifest. This action will be
16483 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16488 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16484 to keep a trend of whether the webapp also add meta tags. 16489 to keep a trend of whether the webapp also add meta tags.
16485 </description> 16490 </description>
16486 </action> 16491 </action>
16487 16492
16488 </actions> 16493 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698