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

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

Issue 8340002: Enable brightness controls for all ChromeOS builds. Make brightness controls auto-repeat. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting of method arguments. Merge with trunk. Created 9 years, 2 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 830009365028e4ffc8f142633e30dd4379a4822b..22d3592ee3d2491e026dc3d1051f0f09f11bf28f 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -92,6 +92,8 @@ without changes to the corresponding grd file. paaaae -->
file="shared/js/cr/ui/splitter.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_GRID"
file="shared/js/cr/ui/grid.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_REPEATING_BUTTON"
+ file="shared/js/cr/ui/repeating_button.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE"
file="shared/js/cr/ui/table.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN"

Powered by Google App Engine
This is Rietveld 408576698