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

Unified Diff: chrome/common/extensions/api/echo_private.json

Issue 1822303002: [Extensions] Convert APIs to use movable types [4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Istiaque's Created 4 years, 9 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/echo_private.json
diff --git a/chrome/common/extensions/api/echo_private.json b/chrome/common/extensions/api/echo_private.json
index f85c3cec43bbb8760747c66d2b5735fd5882dd4c..bef972b5878e4b8881408d02dce5821ac14efe3b 100644
--- a/chrome/common/extensions/api/echo_private.json
+++ b/chrome/common/extensions/api/echo_private.json
@@ -6,7 +6,8 @@
{
"namespace": "echoPrivate",
"compiler_options": {
- "implemented_in": "chrome/browser/chromeos/extensions/echo_private_api.h"
+ "implemented_in": "chrome/browser/chromeos/extensions/echo_private_api.h",
+ "use_movable_types": true
},
"description": "none",
"functions": [
« no previous file with comments | « chrome/common/extensions/api/easy_unlock_private.idl ('k') | chrome/common/extensions/api/enterprise_device_attributes.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698