| Index: extensions/common/permissions/permissions_data.h
|
| diff --git a/extensions/common/permissions/permissions_data.h b/extensions/common/permissions/permissions_data.h
|
| index 9a24fbf05d28d6288902bf7d2eb0dd686d5962a4..ab7ea526c499e11f7a49de77b544de852583a35c 100644
|
| --- a/extensions/common/permissions/permissions_data.h
|
| +++ b/extensions/common/permissions/permissions_data.h
|
| @@ -131,10 +131,10 @@ class PermissionsData {
|
| // network, etc.)
|
| bool HasEffectiveAccessToAllHosts() const;
|
|
|
| - // Returns the full list of permission messages that should display at
|
| - // install time.
|
| - // TODO(sashab): Deprecate this in favor of GetCoalescedPermissionMessages().
|
| - PermissionMessages GetPermissionMessages() const;
|
| + // Returns the full list of legacy permission message IDs.
|
| + // Deprecated. You DO NOT want to call this!
|
| + // TODO(treib): Remove once we've switched to the new system.
|
| + PermissionMessageIDs GetLegacyPermissionMessageIDs() const;
|
|
|
| // Returns the full list of permission messages that should display at install
|
| // time as strings.
|
|
|