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, |