diff options
author | dvh@chromium.org <dvh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-26 22:59:55 +0000 |
---|---|---|
committer | dvh@chromium.org <dvh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-26 22:59:55 +0000 |
commit | 0b9697908851694b15c5efb94c7bd39a960f5fd3 (patch) | |
tree | ce8a2ddfac20f6983694dc65f416414a080dfa05 | |
parent | 70c39bbb4b24c7e3c1cfbd044f862ee561f3e1bd (diff) | |
download | chromium_src-0b9697908851694b15c5efb94c7bd39a960f5fd3.zip chromium_src-0b9697908851694b15c5efb94c7bd39a960f5fd3.tar.gz chromium_src-0b9697908851694b15c5efb94c7bd39a960f5fd3.tar.bz2 |
Add Spark in the whitelist of developer private API.
BUG=323607
Review URL: https://codereview.chromium.org/89093002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237427 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/api/_permission_features.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json index 65f6965..c903baa 100644 --- a/chrome/common/extensions/api/_permission_features.json +++ b/chrome/common/extensions/api/_permission_features.json @@ -221,7 +221,9 @@ "5107DE9024C329EEA9C9A72D94C16723790C6422", // Apps Developer Tool. "8C0B1873FFFB65E4D0F4D772879F7304CEF125C2", // Apps Editor old. // TODO(grv) : clean up once after publish. - "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04" // Apps Editor published. + "FA0501B579070BB9CBD4FCAEC8CB0EDF22BA2F04", // Apps Editor published. + "4A4EA121622FCA3D78ED2AB534197F43D7189EE0", // Spark nightly build + "9FDE6E7F06FCFA11D9A05041C7FF6D8AE662F5D1" // Spark release ] }, "devtools": { |