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

Unified Diff: ui/webui/resources/webui_resources.grd

Issue 683813004: Fewer focusable items in chrome://settings/searchEngines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add browser test. WIP, uploaded for discussion Created 6 years, 1 month 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: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index a532d8cf7d4aabed36ccb038925c7f0c0b2022cb..c20b423f3ab3ae8ad93f76419f288746e8aa6661 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -304,6 +304,12 @@ without changes to the corresponding grd file. -->
<structure name="IDR_WEBUI_JS_CR_UI_LIST_SINGLE_SELECTION_MODEL"
file="js/cr/ui/list_single_selection_model.js"
type="chrome_html" />
+ <structure name="IDR_OPTIONS_DELETABLE_ITEM_LIST"
+ file="../../../chrome/browser/resources/options/deletable_item_list.js"
+ type="chrome_html" />
+ <structure name="IDR_OPTIONS_INLINE_EDITABLE_LIST"
+ file="../../../chrome/browser/resources/options/inline_editable_list.js"
+ type="chrome_html" />
bondd 2014/11/06 02:45:41 These are the only chrome/browser/ resources in th
Dan Beam 2014/11/06 02:56:13 not in this file
bondd 2014/11/07 17:36:14 Done.
<structure name="IDR_WEBUI_JS_CR_UI_MENU"
file="js/cr/ui/menu.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_MENU_BUTTON"
« chrome/test/data/webui/webui_resource_browsertest.cc ('K') | « ui/webui/resources/js/cr/ui/list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698