summaryrefslogtreecommitdiffstats
path: root/extensions/shell/common
diff options
context:
space:
mode:
authortreib <treib@chromium.org>2015-03-20 04:44:58 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-20 11:45:29 +0000
commitf91b57ec449cf77cec413328b7fc6fc3f48e6fe6 (patch)
tree48b9b95db0a481b56f6aa490a515dbe8980f30b2 /extensions/shell/common
parentb7970f8e6fbdc5a6beacde42ffff72e226082534 (diff)
downloadchromium_src-f91b57ec449cf77cec413328b7fc6fc3f48e6fe6.zip
chromium_src-f91b57ec449cf77cec413328b7fc6fc3f48e6fe6.tar.gz
chromium_src-f91b57ec449cf77cec413328b7fc6fc3f48e6fe6.tar.bz2
Extensions: Switch to new permission message system, part I
- Update lots of tests to check that the old and new system match. - In the process, fix two small bugs in the new system. - Rename PermissionsData::GetPermissionMessageStrings and GetPermissionMessageDetailsStrings to "*Legacy*", to match the corresponding methods in PermissionMessageProvider. BUG=398257 TBR=asargent for a trivial rename in ephemeral_app_launcher.cc Review URL: https://codereview.chromium.org/980353003 Cr-Commit-Position: refs/heads/master@{#321550}
Diffstat (limited to 'extensions/shell/common')
-rw-r--r--extensions/shell/common/shell_extensions_client.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/shell/common/shell_extensions_client.cc b/extensions/shell/common/shell_extensions_client.cc
index 072ebb1..c3d07ea 100644
--- a/extensions/shell/common/shell_extensions_client.cc
+++ b/extensions/shell/common/shell_extensions_client.cc
@@ -42,12 +42,6 @@ class ShellPermissionMessageProvider : public PermissionMessageProvider {
~ShellPermissionMessageProvider() override {}
// PermissionMessageProvider implementation.
- PermissionMessageStrings GetPermissionMessageStrings(
- const PermissionSet* permissions,
- Manifest::Type extension_type) const override {
- return PermissionMessageStrings();
- }
-
PermissionMessageIDs GetLegacyPermissionMessageIDs(
const PermissionSet* permissions,
Manifest::Type extension_type) const override {