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

Unified Diff: chrome/common/extensions/api/idltest.idl

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/common/extensions/api/idltest.idl
diff --git a/chrome/common/extensions/api/experimental_idltest.idl b/chrome/common/extensions/api/idltest.idl
similarity index 97%
rename from chrome/common/extensions/api/experimental_idltest.idl
rename to chrome/common/extensions/api/idltest.idl
index 5e85ce705d68ec2a50da7aecde775e75e637c261..6d74a42c0d5646e41ff2392a57399a43893e5763 100644
--- a/chrome/common/extensions/api/experimental_idltest.idl
+++ b/chrome/common/extensions/api/idltest.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// An API to test IDL schema specifications.
-namespace experimental.idltest {
+namespace idltest {
callback LongArrayCallback = void(long[] array);
callback ArrayBufferCallback = void(ArrayBuffer buffer);
« no previous file with comments | « chrome/common/extensions/api/experimental_idltest.idl ('k') | chrome/common/extensions/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698