Index: extensions/common/permissions/permissions_data.h |
diff --git a/extensions/common/permissions/permissions_data.h b/extensions/common/permissions/permissions_data.h |
index 3fee044642ea6a1ed7b1ba158bd57694cd4a8a44..e0f9b107a3b567e15da6797fc053410263206275 100644 |
--- a/extensions/common/permissions/permissions_data.h |
+++ b/extensions/common/permissions/permissions_data.h |
@@ -138,19 +138,11 @@ class PermissionsData { |
PermissionMessageIDs GetLegacyPermissionMessageIDs() const; |
// Returns the full list of permission messages that should display at install |
- // time as strings. |
+ // time, including their submessages, as strings. |
+ // TODO(treib): Remove this and move callers over to |
+ // GetCoalescedPermissionMessages once we've fully switched to the new system. |
PermissionMessageStrings GetPermissionMessageStrings() const; |
- // Returns the full list of permission messages that should display at install |
- // time as strings. |
- // TODO(sashab): Deprecate this in favor of GetPermissionMessageStrings. |
- std::vector<base::string16> GetLegacyPermissionMessageStrings() const; |
- |
- // Returns the full list of permission details for messages that should |
- // display at install time as strings. |
- // TODO(sashab): Deprecate this in favor of GetPermissionMessageStrings. |
- std::vector<base::string16> GetLegacyPermissionMessageDetailsStrings() const; |
- |
// Returns the full list of permission details for messages that should |
// display at install time, in a nested format ready for display. |
CoalescedPermissionMessages GetCoalescedPermissionMessages() const; |