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

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

Issue 682863004: print preview: Fix visual tab order for "Print"/"Cancel" buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 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
« no previous file with comments | « ui/webui/resources/js/cr/ui/page_manager/page_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6442cb3a1da3257e785e71f9b09d45be062b89d1 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -246,6 +246,8 @@ without changes to the corresponding grd file. -->
<structure name="IDR_WEBUI_CSS_WIDGETS"
file="css/widgets.css" type="chrome_html"
flattenhtml="true" />
+ <structure name="IDR_WEBUI_JS_ACTION_LINK"
+ file="js/action_link.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_ASSERT"
file="js/assert.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR"
@@ -310,10 +312,13 @@ without changes to the corresponding grd file. -->
file="js/cr/ui/menu_button.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_MENU_ITEM"
file="js/cr/ui/menu_item.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_JS_CR_UI_NODE_UTILS"
+ file="js/cr/ui/node_utils.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_OVERLAY"
file="js/cr/ui/overlay.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE"
- file="js/cr/ui/page_manager/page.js" type="chrome_html" />
+ file="js/cr/ui/page_manager/page.js" type="chrome_html"
+ flattenhtml="true" />
<structure name="IDR_WEBUI_JS_CR_UI_PAGE_MANAGER_PAGE_MANAGER"
file="js/cr/ui/page_manager/page_manager.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_UI_POSITION_UTIL"
@@ -353,8 +358,6 @@ without changes to the corresponding grd file. -->
<structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS"
file="js/i18n_template_no_process.js"
type="chrome_html" />
- <structure name="IDR_WEBUI_JS_ACTION_LINK"
- file="js/action_link.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
file="js/load_time_data.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_MEDIA_COMMON"
« no previous file with comments | « ui/webui/resources/js/cr/ui/page_manager/page_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698