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

Unified Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

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
Index: chrome/test/data/webui/settings/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index c7116466a6415058b8f098b915b64ab74b072376..d4a21b1b25da3d65ca6fd82fb527aa3a4c1ea169 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -122,7 +122,7 @@ CrSettingsSearchEnginesTest.prototype = {
/** @override */
extraLibraries: PolymerTest.getLibraries(ROOT_PATH).concat([
- '../promise_resolver.js',
+ ROOT_PATH + 'ui/webui/resources/js/promise_resolver.js',
'search_engines_page_test.js',
]),
};
« no previous file with comments | « chrome/test/data/webui/promise_resolver.js ('k') | chrome/test/data/webui/webui_resource_async_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698