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

Unified Diff: chrome/common/extensions/api/notification_provider.idl

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (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/notification_provider.idl
diff --git a/chrome/common/extensions/api/notification_provider.idl b/chrome/common/extensions/api/notification_provider.idl
index d70f66334a9d68eb146c02135c65a20583c1dcb6..435615b5a932ecab4b8cc34fc85e1afc417fcc54 100644
--- a/chrome/common/extensions/api/notification_provider.idl
+++ b/chrome/common/extensions/api/notification_provider.idl
@@ -6,7 +6,7 @@
// notifications that would otherwise go into the Chrome Notification Center,
// get notifiers' information, and inform notifiers about users' actions on the
// notifications.
-[use_movable_types=true] namespace notificationProvider {
+namespace notificationProvider {
// TODO(liyanhou): Use notifications.PermissionLevel everywhere and delete
// this type. See http://crbug.com/398266.

Powered by Google App Engine
This is Rietveld 408576698