| Index: content/public/browser/permission_type.h
|
| diff --git a/content/public/browser/permission_type.h b/content/public/browser/permission_type.h
|
| index 071add679ca44938ebcf72b0fab38f3855c84273..dc00cf5f44e1c902839863c136495f92bbe55782 100644
|
| --- a/content/public/browser/permission_type.h
|
| +++ b/content/public/browser/permission_type.h
|
| @@ -12,6 +12,8 @@ namespace content {
|
| // Make sure you update histograms.xml if you add new permission types.
|
| // Never delete or reorder an entry; only add new entries
|
| // immediately before PermissionType::NUM
|
| +// A Java counterpart will be generated for this enum.
|
| +// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser
|
| enum class PermissionType {
|
| MIDI_SYSEX = 1,
|
| PUSH_MESSAGING = 2,
|
|
|