| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| index f45ba7249601a37c212124bbab31828a6e8b63f8..74cd93f9b609c6d3b69f796530ccd4a345104e49 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| @@ -8,6 +8,7 @@
|
| #include <vector>
|
|
|
| #include "chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h"
|
| +#include "extensions/common/permissions/coalesced_permission_message.h"
|
| #include "ui/gfx/text_constants.h"
|
|
|
| class Profile;
|
| @@ -25,9 +26,6 @@ class GridLayout;
|
| class View;
|
| }
|
|
|
| -typedef std::pair<base::string16, std::vector<base::string16>>
|
| - PermissionStringAndDetailsPair;
|
| -
|
| // The summary panel of the app info dialog, which provides basic information
|
| // and controls related to the app.
|
| class AppInfoPermissionsPanel : public AppInfoPanel {
|
| @@ -52,13 +50,6 @@ class AppInfoPermissionsPanel : public AppInfoPanel {
|
| void FillPermissionsList();
|
| void LayoutPermissionsList();
|
|
|
| - bool HasActivePermissionMessages() const;
|
| - // Returns a list of active permission messages. The first entry is the title
|
| - // of the permission; the second is any sub-messages (such as host
|
| - // permissions) to be listed underneath that permission.
|
| - const std::vector<PermissionStringAndDetailsPair>
|
| - GetActivePermissionMessages() const;
|
| -
|
| int GetRetainedFileCount() const;
|
| base::string16 GetRetainedFileHeading() const;
|
| const std::vector<base::string16> GetRetainedFilePaths() const;
|
|
|