Chromium Code Reviews| Index: ui/webui/resources/webui_resources.grd |
| diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd |
| index a532d8cf7d4aabed36ccb038925c7f0c0b2022cb..c20b423f3ab3ae8ad93f76419f288746e8aa6661 100644 |
| --- a/ui/webui/resources/webui_resources.grd |
| +++ b/ui/webui/resources/webui_resources.grd |
| @@ -304,6 +304,12 @@ without changes to the corresponding grd file. --> |
| <structure name="IDR_WEBUI_JS_CR_UI_LIST_SINGLE_SELECTION_MODEL" |
| file="js/cr/ui/list_single_selection_model.js" |
| type="chrome_html" /> |
| + <structure name="IDR_OPTIONS_DELETABLE_ITEM_LIST" |
| + file="../../../chrome/browser/resources/options/deletable_item_list.js" |
| + type="chrome_html" /> |
| + <structure name="IDR_OPTIONS_INLINE_EDITABLE_LIST" |
| + file="../../../chrome/browser/resources/options/inline_editable_list.js" |
| + type="chrome_html" /> |
|
bondd
2014/11/06 02:45:41
These are the only chrome/browser/ resources in th
Dan Beam
2014/11/06 02:56:13
not in this file
bondd
2014/11/07 17:36:14
Done.
|
| <structure name="IDR_WEBUI_JS_CR_UI_MENU" |
| file="js/cr/ui/menu.js" type="chrome_html" /> |
| <structure name="IDR_WEBUI_JS_CR_UI_MENU_BUTTON" |