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

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

Issue 2842303004: MD Settings: update dialogs to focus without ink when using mouse (Closed)
Patch Set: different approach Created 3 years, 8 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: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 6277c50b58d6647eccd101a98de0da83466bde4a..1e03c2ead366b727be8f04215345c4cf16feec8d 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -300,6 +300,8 @@ without changes to the corresponding grd file. -->
type="chrome_html" />
<structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW"
file="html/cr/ui/focus_row.html" type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_WITHOUT_INK"
+ file="html/cr/ui/focus_without_ink.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_CR_UI_LIST"
file="html/cr/ui/list.html"
type="chrome_html" />
@@ -403,6 +405,8 @@ without changes to the corresponding grd file. -->
type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_FOCUS_ROW"
file="js/cr/ui/focus_row.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_CR_UI_FOCUS_WITHOUT_INK"
+ file="js/cr/ui/focus_without_ink.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_LIST"
file="js/cr/ui/list.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_LIST_ITEM"

Powered by Google App Engine
This is Rietveld 408576698