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

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

Issue 1758013002: WebUI: Allow rejecting a promise that is returned from cr.sendWithPromise(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-rename Created 4 years, 10 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/promise_resolver.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 04888fb6b32fe20bcd932f4d5e2e223754bd59aa..87228d029460d0f588608d41ed3eb6c6b8f04cdd 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -260,6 +260,8 @@ without changes to the corresponding grd file. -->
file="html/action_link.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_ASSERT"
file="html/assert.html" type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER"
+ file="html/promise_resolver.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_CR"
file="html/cr.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET"
@@ -312,6 +314,8 @@ without changes to the corresponding grd file. -->
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_PROMISE_RESOLVER"
+ file="js/promise_resolver.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR"
file="js/cr.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_EVENT_TARGET"
« no previous file with comments | « ui/webui/resources/js/promise_resolver.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698