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

Unified Diff: chrome/common/extensions/api/hangouts_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/hangouts_private.idl
diff --git a/chrome/common/extensions/api/hangouts_private.idl b/chrome/common/extensions/api/hangouts_private.idl
index e574dc354f2a854bad13e7045aefde721bcaf89b..513b34f8afca7847ea9141ea374a3f25afcf3771 100644
--- a/chrome/common/extensions/api/hangouts_private.idl
+++ b/chrome/common/extensions/api/hangouts_private.idl
@@ -8,7 +8,7 @@
// replacing this with a scheme based solution which might be implemented
// using registerProtocolHandler, but we are still finishing that design.
// See crbug.com/306672
-[use_movable_types=true] namespace hangoutsPrivate {
+namespace hangoutsPrivate {
enum HangoutType {chat, video, audio};

Powered by Google App Engine
This is Rietveld 408576698