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

Unified Diff: chrome/renderer/extensions/extension_api_json_validity_unittest.cc

Issue 8540012: Enable extension APIs for content scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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
« no previous file with comments | « chrome/renderer/extensions/event_bindings.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/extension_api_json_validity_unittest.cc
diff --git a/chrome/renderer/extensions/extension_api_json_validity_unittest.cc b/chrome/renderer/extensions/extension_api_json_validity_unittest.cc
index 2508893ce599f48331c0998fd180b01c55d08aa0..dd6c719c0f6f87f205e9eceeaa325b9572bd35ca 100644
--- a/chrome/renderer/extensions/extension_api_json_validity_unittest.cc
+++ b/chrome/renderer/extensions/extension_api_json_validity_unittest.cc
@@ -125,9 +125,9 @@ TEST_F(ExtensionApiJsonValidityTest, Basic) {
#define MAYBE_WithV8 WithV8
#endif
-// Use V8 to load the string resource version of extension_api.json .
+// Use V8 to load the string resource version of extension_api.json.
// This test mimics the method extension_api.json is loaded in
-// chrome/renderer/resources/extension_process_bindings.js .
+// chrome/renderer/resources/extensions/schema_generated_bindings.js.
TEST_F(ExtensionApiJsonValidityTest, MAYBE_WithV8) {
std::string ext_api_string =
ResourceBundle::GetSharedInstance().GetRawDataResource(
« no previous file with comments | « chrome/renderer/extensions/event_bindings.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698