| Index: chrome/browser/resources/shared_resources.grd
|
| diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
|
| index 230ce85a7a6bf81fc79f173e13ddf71cfcdc9f51..e69c0577d72605dc4ef7b9c4acc43b2a35f2f983 100644
|
| --- a/chrome/browser/resources/shared_resources.grd
|
| +++ b/chrome/browser/resources/shared_resources.grd
|
| @@ -43,6 +43,8 @@ without changes to the corresponding grd file. -->
|
| file="shared/css/about_memory.css" type="chrome_html" />
|
| <structure name="IDR_SHARED_CSS_ALERT_OVERLAY"
|
| file="shared/css/alert_overlay.css" type="chrome_html" />
|
| + <structure name="IDR_SHARED_CSS_BUBBLE"
|
| + file="shared/css/bubble.css" type="chrome_html" />
|
| <structure name="IDR_SHARED_CSS_DIALOGS"
|
| file="shared/css/dialogs.css" type="chrome_html" />
|
| <structure name="IDR_SHARED_CSS_LIST"
|
| @@ -95,6 +97,8 @@ without changes to the corresponding grd file. -->
|
| <structure name="IDR_SHARED_JS_CR_UI_AUTOCOMPLETE_LIST"
|
| file="shared/js/cr/ui/autocomplete_list.js"
|
| type="chrome_html" />
|
| + <structure name="IDR_SHARED_JS_CR_UI_BUBBLE"
|
| + file="shared/js/cr/ui/bubble.js" type="chrome_html" />
|
| <structure name="IDR_SHARED_JS_CR_UI_CARD_SLIDER"
|
| file="shared/js/cr/ui/card_slider.js" type="chrome_html" />
|
| <structure name="IDR_SHARED_JS_CR_UI_COMMAND"
|
|
|