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

Unified Diff: chrome/browser/extensions/api/idltest/idltest_api.h

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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/idltest/idltest_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/idltest/idltest_api.h
diff --git a/chrome/browser/extensions/api/idltest/idltest_api.h b/chrome/browser/extensions/api/idltest/idltest_api.h
index db31ef59677e90046973badef871846c666f1ef3..b9bfb04552c1b9272393b2544ef539e0740d33f4 100644
--- a/chrome/browser/extensions/api/idltest/idltest_api.h
+++ b/chrome/browser/extensions/api/idltest/idltest_api.h
@@ -9,8 +9,7 @@
class IdltestSendArrayBufferFunction : public SyncExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION("experimental.idltest.sendArrayBuffer",
- EXPERIMENTAL_IDLTEST_SENDARRAYBUFFER)
+ DECLARE_EXTENSION_FUNCTION("idltest.sendArrayBuffer", IDLTEST_SENDARRAYBUFFER)
protected:
virtual ~IdltestSendArrayBufferFunction() {}
@@ -19,8 +18,8 @@ class IdltestSendArrayBufferFunction : public SyncExtensionFunction {
class IdltestSendArrayBufferViewFunction : public SyncExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION("experimental.idltest.sendArrayBufferView",
- EXPERIMENTAL_IDLTEST_SENDARRAYBUFFERVIEW)
+ DECLARE_EXTENSION_FUNCTION("idltest.sendArrayBufferView",
+ IDLTEST_SENDARRAYBUFFERVIEW)
protected:
virtual ~IdltestSendArrayBufferViewFunction() {}
@@ -29,8 +28,7 @@ class IdltestSendArrayBufferViewFunction : public SyncExtensionFunction {
class IdltestGetArrayBufferFunction : public SyncExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION("experimental.idltest.getArrayBuffer",
- EXPERIMENTAL_IDLTEST_GETARRAYBUFFER)
+ DECLARE_EXTENSION_FUNCTION("idltest.getArrayBuffer", IDLTEST_GETARRAYBUFFER)
protected:
virtual ~IdltestGetArrayBufferFunction() {}
« no previous file with comments | « no previous file | chrome/browser/extensions/api/idltest/idltest_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698