Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(759)

Unified Diff: chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc

Issue 10217017: Allow features to refer to subkeys in _manifest_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Validate gives errors again Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
index fe4cb71e3ef4c7d0d72a1a61213c7dc9eb578fb9..524a9a749ee2f6cee340d4e887cdce4159f3718f 100644
--- a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
+++ b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
@@ -30,8 +30,7 @@ TEST_F(ExtensionManifestTest, PlatformApps) {
extension_manifest_errors::kBackgroundRequiredForPlatformApps);
LoadAndExpectError(
"init_invalid_platform_app_3.json",
- "Feature 'platform_app' is not accessible. "
- "'platform_app' requires manifest version of at least 2.");
+ "'platform_app' requires manifest version of at least 2.");
}
TEST_F(ExtensionManifestTest, CertainApisRequirePlatformApps) {

Powered by Google App Engine
This is Rietveld 408576698