| Index: chrome/browser/extensions/extensions_ui.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extensions_ui.cc (revision 29458)
|
| +++ chrome/browser/extensions/extensions_ui.cc (working copy)
|
| @@ -379,7 +379,7 @@
|
| // TODO(cira): this information is not used on extension page yet. We
|
| // may want to display actual resource that got loaded, not default.
|
| list->Append(
|
| - new StringValue(file.resource().relative_path().value()));
|
| + new StringValue(file.relative_path().value()));
|
| }
|
| script_data->Set(key, list);
|
| }
|
|
|