Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2382)

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 10907148: Implement popup bubbles for the controlled setting indicator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment addressed. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698