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

Unified Diff: chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js

Issue 23799006: Move idltest API to trunk channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Setting channel to trunk for the api test Created 7 years, 3 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/extensions/api_test/idltest/nocompile/nocompile.js
diff --git a/chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js b/chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js
index 52003d6c7fbdac09db8e6380d24bd250e4bc06c8..a7bbf9caeab56ee85cfc64e1871ae09359501916 100644
--- a/chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js
+++ b/chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js
@@ -5,8 +5,7 @@
chrome.test.runTests([
function functionDefinition() {
- chrome.test.assertEq("function",
- typeof(chrome.experimental.idltest.nocompileFunc));
+ chrome.test.assertEq("function", typeof(chrome.idltest.nocompileFunc));
chrome.test.succeed();
}
« no previous file with comments | « chrome/test/data/extensions/api_test/idltest/nocompile/manifest.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698