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

Unified Diff: chrome/common/extensions/api/extension_api_unittest.cc

Issue 443723003: extensions: Register 'app' and 'webstore' bindings only if they are available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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/api/extension_api_unittest.cc
diff --git a/chrome/common/extensions/api/extension_api_unittest.cc b/chrome/common/extensions/api/extension_api_unittest.cc
index 58c72ac362f6ea7785235ef66838cd0dacb63248..f251c9dad14dd7ddee5c363748212e20be4e4983 100644
--- a/chrome/common/extensions/api/extension_api_unittest.cc
+++ b/chrome/common/extensions/api/extension_api_unittest.cc
@@ -176,7 +176,7 @@ TEST(ExtensionAPITest, IsAvailableInUntrustedContextFeatures) {
EXPECT_EQ(test_data[i].expect_is_available,
api.IsAvailableInUntrustedContext(test_data[i].api_full_name,
extension.get()))
- << i;
+ << "API: " << test_data[i].api_full_name;
}
}

Powered by Google App Engine
This is Rietveld 408576698