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

Unified Diff: ui/webui/resources/js/cr.js

Issue 443553002: Typecheck chrome://help using CompilerPass.java, everything except dependency to options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
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: ui/webui/resources/js/cr.js
diff --git a/ui/webui/resources/js/cr.js b/ui/webui/resources/js/cr.js
index dbcbb828a5621ad664f3b685529cd16774b5ee8f..c4123cf686464b58657dde1b78818a22b6caeb2b 100644
--- a/ui/webui/resources/js/cr.js
+++ b/ui/webui/resources/js/cr.js
@@ -298,6 +298,7 @@ var cr = function() {
defineProperty: defineProperty,
dispatchPropertyChange: dispatchPropertyChange,
dispatchSimpleEvent: dispatchSimpleEvent,
+ exportPath: exportPath,
Dan Beam 2014/08/05 18:49:27 ^ still needed?
Vitaly Pavlenko 2014/08/05 23:00:54 it's used in ui/webui/resources/js/cr/ui/bubble.js
getUid: getUid,
PropertyKind: PropertyKind,

Powered by Google App Engine
This is Rietveld 408576698