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

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

Issue 1833053004: [Extensions] Convert APIs to use movable types [10] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/terminal_private.json
diff --git a/chrome/common/extensions/api/terminal_private.json b/chrome/common/extensions/api/terminal_private.json
index 46c4e94b9c86b238d2875b06e06b22eac954ee6c..458f80844748f1b71732d8059297e2fa67a15c66 100644
--- a/chrome/common/extensions/api/terminal_private.json
+++ b/chrome/common/extensions/api/terminal_private.json
@@ -6,7 +6,8 @@
{
"namespace": "terminalPrivate",
"compiler_options": {
- "implemented_in": "chrome/browser/extensions/api/terminal/terminal_private_api.h"
+ "implemented_in": "chrome/browser/extensions/api/terminal/terminal_private_api.h",
+ "use_movable_types": true
},
"description": "none",
"types": [
« no previous file with comments | « chrome/browser/extensions/api/webstore_private/webstore_private_api.cc ('k') | chrome/common/extensions/api/top_sites.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698