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

Unified Diff: chrome/common/extensions/api/hotword_private.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/hotword_private.idl
diff --git a/chrome/common/extensions/api/hotword_private.idl b/chrome/common/extensions/api/hotword_private.idl
index 93c6d52727d5e8a51f9052f8a742c010e826a3af..a7ffeb1a2449eae7751a0094e8e50d36298dbca7 100644
--- a/chrome/common/extensions/api/hotword_private.idl
+++ b/chrome/common/extensions/api/hotword_private.idl
@@ -10,7 +10,7 @@
//
// For an FYI, visit http://goo.gl/AyHbkH
-[use_movable_types=true] namespace hotwordPrivate {
+namespace hotwordPrivate {
dictionary StatusDetails {
// Whether the hotword preference has been set.

Powered by Google App Engine
This is Rietveld 408576698