Chromium Code Reviews| Index: ppapi/thunk/interfaces_ppb_public_stable.h |
| diff --git a/ppapi/thunk/interfaces_ppb_public_stable.h b/ppapi/thunk/interfaces_ppb_public_stable.h |
| index afbf19b9e7bc74294d3794396685c0ed8c1ca34e..45ce4d7431dc24833dc6342bb03096768fbec708 100644 |
| --- a/ppapi/thunk/interfaces_ppb_public_stable.h |
| +++ b/ppapi/thunk/interfaces_ppb_public_stable.h |
| @@ -7,7 +7,13 @@ |
| // This file contains lists of interfaces. It's intended to be included by |
| // another file which defines implementations of the macros. This allows files |
| // to do specific registration tasks for each supported interface. |
| - |
| +// |
| +// When adding an interface, you must also add the hash value for the |
| +// interface's name to tools/metrics/histograms/histograms.xml. This is so we |
| +// get human-readable UMA tracking for interface usage. |
| +// |
| +// Use the 'pepper_hash_for_uma' tool in ppapi/tools to determine the hash for |
|
yzshen1
2014/02/03 23:28:56
Can we make a presubmit check that each addition t
|
| +// a given interface string. |
| // Api categories |
| // -------------- |