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

Side by Side Diff: trunk/src/tools/metrics/histograms/histograms.xml

Issue 19492009: Revert 212538 "[SystemInfo API] Rename systemInfo Memory API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
« no previous file with comments | « trunk/src/chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js ('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 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 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 used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 16523 matching lines...) Expand 10 before | Expand all | Expand 10 after
16534 <int value="497" label="WEBVIEW_GO"/> 16534 <int value="497" label="WEBVIEW_GO"/>
16535 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/> 16535 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/>
16536 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/> 16536 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/>
16537 <int value="500" label="WEBVIEW_STOP"/> 16537 <int value="500" label="WEBVIEW_STOP"/>
16538 <int value="501" label="WEBVIEW_RELOAD"/> 16538 <int value="501" label="WEBVIEW_RELOAD"/>
16539 <int value="502" label="WEBVIEW_TERMINATE"/> 16539 <int value="502" label="WEBVIEW_TERMINATE"/>
16540 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/> 16540 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/>
16541 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/> 16541 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/>
16542 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/> 16542 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/>
16543 <int value="506" label="SYSTEM_CPU_GETINFO"/> 16543 <int value="506" label="SYSTEM_CPU_GETINFO"/>
16544 <int value="507" label="SYSTEM_MEMORY_GETINFO"/>
16545 </enum> 16544 </enum>
16546 16545
16547 <enum name="ExtensionInstallCause" type="int"> 16546 <enum name="ExtensionInstallCause" type="int">
16548 <int value="0" label="INSTALL_CAUSE_UNSET"/> 16547 <int value="0" label="INSTALL_CAUSE_UNSET"/>
16549 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/> 16548 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/>
16550 <int value="2" label="INSTALL_CAUSE_UPDATE"/> 16549 <int value="2" label="INSTALL_CAUSE_UPDATE"/>
16551 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/> 16550 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/>
16552 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/> 16551 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/>
16553 </enum> 16552 </enum>
16554 16553
(...skipping 6780 matching lines...) Expand 10 before | Expand all | Expand 10 after
23335 <group name="Disabled" label="Neither extra webstore link is visible"/> 23334 <group name="Disabled" label="Neither extra webstore link is visible"/>
23336 <group name="FooterLink" label="Link in bottom right of footer"/> 23335 <group name="FooterLink" label="Link in bottom right of footer"/>
23337 <group name="PlusIcon" label="Plus icon in apps page"/> 23336 <group name="PlusIcon" label="Plus icon in apps page"/>
23338 <affected-histogram name="Extensions.AppLaunch"/> 23337 <affected-histogram name="Extensions.AppLaunch"/>
23339 <affected-histogram name="NewTabPage.DefaultPageType"/> 23338 <affected-histogram name="NewTabPage.DefaultPageType"/>
23340 </fieldtrial> 23339 </fieldtrial>
23341 23340
23342 </fieldtrials> 23341 </fieldtrials>
23343 23342
23344 </histogram-configuration> 23343 </histogram-configuration>
OLDNEW
« no previous file with comments | « trunk/src/chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698