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

Unified Diff: chrome/test/data/webui/test_api.js

Issue 8586009: Allow WebUI Tests to use preLoad in HtmlDialogUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address more comments from James. Created 9 years, 1 month 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/test_api.js
diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js
index f5dbee4993e22996ee2a8690cb497b51d18adcc1..8717ebec3887629a903d74d6bd263b29ddabe0e4 100644
--- a/chrome/test/data/webui/test_api.js
+++ b/chrome/test/data/webui/test_api.js
@@ -69,7 +69,8 @@ var testing = {};
/**
* When set to a function, will be called in the context of the test
- * generation inside the function, and before any generated C++.
+ * generation inside the function, after AddLibrary calls and before
+ * generated C++.
* @type {function(string,string)}
*/
testGenPreamble: null,

Powered by Google App Engine
This is Rietveld 408576698