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

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

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: virtual Created 7 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
« no previous file with comments | « ui/webui/resources/js/util.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 ccdd0d3f8e69a0c86af68199c58305cfd548ae7e..219ebbf15973481552a7b4223b356342d9beb3b5 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -203,7 +203,7 @@ without changes to the corresponding grd file. -->
<structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
file="js/parse_html_subset.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_UTIL"
- file="js/util.js" type="chrome_html" />
+ file="js/util.js" type="chrome_html" flattenhtml="true" />
<if expr="pp_ifdef('chromeos')">
<structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
file="css/chromeos/ui_account_tweaks.css"
« no previous file with comments | « ui/webui/resources/js/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698