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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 722703002: Make "source" a required argument of AppLaunchParams and fill in the argument in all call points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « extensions/common/constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 414e37da8f23e0b4eebde615830921000886576a..a29802f92cc357a6bd6e2ba0d4e2ebc5942ec2a3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41086,6 +41086,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="9" label="SOURCE_SYSTEM_TRAY"/>
<int value="10" label="SOURCE_ABOUT_PAGE"/>
<int value="11" label="SOURCE_KEYBOARD"/>
+ <int value="12" label="SOURCE_EXTENSIONS_PAGE"/>
+ <int value="13" label="SOURCE_MANAGEMENT_API"/>
+ <int value="14" label="SOURCE_EPHEMERAL_APP"/>
+ <int value="15" label="SOURCE_BACKGROUND"/>
+ <int value="16" label="SOURCE_KIOSK"/>
+ <int value="17" label="SOURCE_CHROME_INTERNAL"/>
</enum>
<enum name="AppListEnableSource" type="int">
« no previous file with comments | « extensions/common/constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698