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

Unified Diff: extensions/common/api/management.json

Issue 1841543002: [Extensions] Convert APIs to use movable types [12] (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: extensions/common/api/management.json
diff --git a/extensions/common/api/management.json b/extensions/common/api/management.json
index 2e059406fa9711cc740eb9484615d0476d5f69fe..022ccde51a904bf153f62873effbdbfdb7f9a47c 100644
--- a/extensions/common/api/management.json
+++ b/extensions/common/api/management.json
@@ -6,6 +6,7 @@
{
"namespace":"management",
"description": "The <code>chrome.management</code> API provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that <a href='override'>override</a> the built-in New Tab page.",
+ "compiler_options": {"use_movable_types": true},
"types": [
{
"id": "IconInfo",

Powered by Google App Engine
This is Rietveld 408576698