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

Unified Diff: chrome/renderer/resources/renderer_resources.grd

Issue 12287011: Move the chromeHidden.toJSON paranoia out of event.js and into json.js, a new (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fixup Created 7 years, 10 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
« no previous file with comments | « chrome/renderer/resources/extensions/send_request.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/renderer_resources.grd
diff --git a/chrome/renderer/resources/renderer_resources.grd b/chrome/renderer/resources/renderer_resources.grd
index f62e5095a9f1b1e6efdbc0ef911ff5d2ffda2bbc..1643ff4d66e098b8207f32a7b4bb730a5550564f 100644
--- a/chrome/renderer/resources/renderer_resources.grd
+++ b/chrome/renderer/resources/renderer_resources.grd
@@ -29,6 +29,7 @@ without changes to the corresponding grd file. fb9 -->
<include name="IDR_EXTENSION_APITEST_JS" file="extensions\apitest.js" type="BINDATA" />
<include name="IDR_GREASEMONKEY_API_JS" file="extensions\greasemonkey_api.js" type="BINDATA" />
<include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" type="BINDATA" />
+ <include name="IDR_JSON_JS" file="extensions\json.js" type="BINDATA" />
<include name="IDR_JSON_SCHEMA_JS" file="extensions\json_schema.js" type="BINDATA" />
<include name="IDR_MISCELLANEOUS_BINDINGS_JS" file="extensions\miscellaneous_bindings.js" type="BINDATA" />
<include name="IDR_NET_ERROR_HTML" file="neterror.html" flattenhtml="true" type="BINDATA" />
« no previous file with comments | « chrome/renderer/resources/extensions/send_request.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698