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

Unified Diff: extensions/common/api/alarms.idl

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: extensions/common/api/alarms.idl
diff --git a/extensions/common/api/alarms.idl b/extensions/common/api/alarms.idl
index 500d2ed95181d79ed463a8bdf23c6e32d7fc2582..9d73f220c032ac2aa60a88b51750d59205c42191 100644
--- a/extensions/common/api/alarms.idl
+++ b/extensions/common/api/alarms.idl
@@ -4,7 +4,7 @@
// Use the <code>chrome.alarms</code> API to schedule code to run
// periodically or at a specified time in the future.
-namespace alarms {
+[use_movable_types=true] namespace alarms {
dictionary Alarm {
// Name of this alarm.
DOMString name;
« no previous file with comments | « extensions/browser/api/audio/audio_service_chromeos.cc ('k') | extensions/common/api/app_current_window_internal.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698