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

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

Issue 11864019: Add base class cr.ui.BubbleButton for options.ControlledSettingIndicator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit addressed. Created 7 years, 11 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
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/bubble_button.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index 41777c9db08e491e1aefcd04d55c6b38c9f0245a..6561d0811eed27ea517fd94ee406710f1cbea9a9 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -41,6 +41,8 @@ without changes to the corresponding grd file. -->
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_BUBBLE_BUTTON"
+ file="shared/css/bubble_button.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. -->
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_BUBBLE_BUTTON"
+ file="shared/js/cr/ui/bubble_button.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"
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/bubble_button.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698