| Index: tools/metrics/histograms/histograms.xml | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml | 
| index bd56cb27746bc01175dd333d21c9e0c028399842..e4edc642c385e4729c2f5c59dccd6728aed77fcf 100644 | 
| --- a/tools/metrics/histograms/histograms.xml | 
| +++ b/tools/metrics/histograms/histograms.xml | 
| @@ -268,6 +268,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | 
| </summary> | 
| </histogram> | 
|  | 
| +<histogram name="Android.ModerateBindingCount"> | 
| +  <owner>jaekyun@chromium.org</owner> | 
| +  <summary> | 
| +    The number of moderate bindings which were kept while Chrome process is in | 
| +    the foreground. | 
| +  </summary> | 
| +</histogram> | 
| + | 
| <histogram name="Android.SeccompStatus.Prctl" enum="AndroidSeccompStatus"> | 
| <owner>rsesek@chromium.org</owner> | 
| <summary> | 
| @@ -44046,6 +44054,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | 
| </summary> | 
| </histogram> | 
|  | 
| +<histogram name="Tab.TotalTabCountBeforeLeavingApp"> | 
| +  <owner>jaekyun@chromium.org</owner> | 
| +  <summary> | 
| +    The total count of tabs which were kept while Chrome process is in the | 
| +    foreground. | 
| +  </summary> | 
| +</histogram> | 
| + | 
| <histogram name="Tabs.CountAtResume" units="tabs"> | 
| <owner>lliabraa@chromium.org</owner> | 
| <summary> | 
|  |