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

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

Issue 1841483002: [Extensions] Convert APIs to use movable types [11] (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
« no previous file with comments | « extensions/common/api/hid.idl ('k') | extensions/common/api/printer_provider/usb_printer_manifest_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/idle.json
diff --git a/extensions/common/api/idle.json b/extensions/common/api/idle.json
index 43a9d071b6a01b3ae72c487b3738805c8be6d528..c141baedb5f332617ace09e7cdb620bebce98c6f 100644
--- a/extensions/common/api/idle.json
+++ b/extensions/common/api/idle.json
@@ -6,6 +6,7 @@
{
"namespace": "idle",
"description": "Use the <code>chrome.idle</code> API to detect when the machine's idle state changes.",
+ "compiler_options": {"use_movable_types": true},
"types": [
{
"id": "IdleState",
« no previous file with comments | « extensions/common/api/hid.idl ('k') | extensions/common/api/printer_provider/usb_printer_manifest_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698