Chromium Code Reviews| 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, |