OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2015 The Chromium Authors. All rights reserved. | 2 Copyright 2015 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 <rappor-configuration> | 7 <rappor-configuration> |
8 <!-- | 8 <!-- |
9 This file is used to generate a comprehensive list of Chrome rappor metrics | 9 This file is used to generate a comprehensive list of Chrome rappor metrics |
10 along with a detailed description for each histogram. See the design doc at | 10 along with a detailed description for each histogram. See the design doc at |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 | 332 |
333 <rappor-metric name="Launch.HomeScreenSource.AppBanner" type="ETLD_PLUS_ONE"> | 333 <rappor-metric name="Launch.HomeScreenSource.AppBanner" type="ETLD_PLUS_ONE"> |
334 <owner>dominickn@chromium.org</owner> | 334 <owner>dominickn@chromium.org</owner> |
335 <summary> | 335 <summary> |
336 The eTLD+1 of a URL that was launched from the Android Home screen via an | 336 The eTLD+1 of a URL that was launched from the Android Home screen via an |
337 intent added from an app banner. This explicitly does not count relaunches | 337 intent added from an app banner. This explicitly does not count relaunches |
338 via the Android Recents menu. | 338 via the Android Recents menu. |
339 </summary> | 339 </summary> |
340 </rappor-metric> | 340 </rappor-metric> |
341 | 341 |
| 342 <rappor-metric name="Launch.HomeScreenSource.BookmarkNavigatorWidget" |
| 343 type="ETLD_PLUS_ONE"> |
| 344 <owner>aurimas@chromium.org</owner> |
| 345 <summary> |
| 346 The eTLD+1 of a URL that was launched from the Chrome's bookmark navigator |
| 347 widget. This explicitly does not count relaunches via the Android Recents |
| 348 menu. |
| 349 </summary> |
| 350 </rappor-metric> |
| 351 |
| 352 <rappor-metric name="Launch.HomeScreenSource.BookmarkShortcutWidget" |
| 353 type="ETLD_PLUS_ONE"> |
| 354 <owner>aurimas@chromium.org</owner> |
| 355 <summary> |
| 356 The eTLD+1 of a URL that was launched from the Chrome's bookmark shortcut |
| 357 widget. This explicitly does not count relaunches via the Android Recents |
| 358 menu. |
| 359 </summary> |
| 360 </rappor-metric> |
| 361 |
342 <rappor-metric name="Launch.HomeScreenSource.Unknown" type="ETLD_PLUS_ONE"> | 362 <rappor-metric name="Launch.HomeScreenSource.Unknown" type="ETLD_PLUS_ONE"> |
343 <owner>dominickn@chromium.org</owner> | 363 <owner>dominickn@chromium.org</owner> |
344 <summary> | 364 <summary> |
345 The eTLD+1 of a URL that was launched from the Android Home screen via an | 365 The eTLD+1 of a URL that was launched from the Android Home screen via an |
346 intent added from an unknown source. This explicitly does not count | 366 intent added from an unknown source. This explicitly does not count |
347 relaunches via the Android Recents menu. | 367 relaunches via the Android Recents menu. |
348 </summary> | 368 </summary> |
349 </rappor-metric> | 369 </rappor-metric> |
350 | 370 |
351 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> | 371 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE"> |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 613 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
594 <summary> | 614 <summary> |
595 Bitfield of the state from an SSL warning interstitial. | 615 Bitfield of the state from an SSL warning interstitial. |
596 </summary> | 616 </summary> |
597 </flags-field> | 617 </flags-field> |
598 </rappor-metric> | 618 </rappor-metric> |
599 | 619 |
600 </rappor-metrics> | 620 </rappor-metrics> |
601 | 621 |
602 </rappor-configuration> | 622 </rappor-configuration> |
OLD | NEW |