| Index: chrome/browser/permissions/permission_uma_util.h
|
| diff --git a/chrome/browser/permissions/permission_uma_util.h b/chrome/browser/permissions/permission_uma_util.h
|
| index afc4470a55edec3f3a8c129b06f744f819f609f9..2fa063cbc5d3bfd786151b45fb946f1f43102617 100644
|
| --- a/chrome/browser/permissions/permission_uma_util.h
|
| +++ b/chrome/browser/permissions/permission_uma_util.h
|
| @@ -196,6 +196,10 @@ class PermissionUmaUtil {
|
| ContentSettingsType permission,
|
| bool toggle_enabled);
|
|
|
| + // Permission Action Reporting data is only sent in official, Chrome branded
|
| + // builds. This function allows this to be overridden for testing.
|
| + static void FakeOfficialBuildForTest();
|
| +
|
| private:
|
| friend class PermissionUmaUtilTest;
|
|
|
|
|