| Index: ui/webui/resources/webui_resources.grd
|
| diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
|
| index cd725a335e833ca31a190a2dfc05baf0b12ae09a..b13076de65b5e5a39760d16f389d6857285705ec 100644
|
| --- a/ui/webui/resources/webui_resources.grd
|
| +++ b/ui/webui/resources/webui_resources.grd
|
| @@ -128,6 +128,9 @@ without changes to the corresponding grd file. -->
|
| file="css/apps/common.css" type="chrome_html" />
|
| <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR"
|
| file="css/apps/topbutton_bar.css" type="chrome_html" />
|
| + <structure name="IDR_WEBUI_CSS_DIALOG_OVERLAY"
|
| + file="css/dialog_overlay.css" type="chrome_html"
|
| + flattenhtml="true" />
|
| <structure name="IDR_WEBUI_CSS_DIALOGS"
|
| file="css/dialogs.css" type="chrome_html" />
|
| <structure name="IDR_WEBUI_CSS_LIST"
|
| @@ -194,6 +197,8 @@ without changes to the corresponding grd file. -->
|
| <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_HANDLER"
|
| file="js/cr/ui/context_menu_handler.js"
|
| type="chrome_html" />
|
| + <structure name="IDR_WEBUI_JS_CR_UI_DIALOG_OVERLAY"
|
| + file="js/cr/ui/dialog_overlay.js" type="chrome_html" />
|
| <structure name="IDR_WEBUI_JS_CR_UI_DIALOGS"
|
| file="js/cr/ui/dialogs.js" type="chrome_html" />
|
| <structure name="IDR_WEBUI_JS_CR_UI_DRAG_WRAPPER"
|
|
|