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

Unified Diff: extensions/common/api/networking_config.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: extensions/common/api/networking_config.idl
diff --git a/extensions/common/api/networking_config.idl b/extensions/common/api/networking_config.idl
index c280f313723e2789b1d9566ed165ed02b5688b9b..78b5bc6653efb27770ec5bd806a591e4cc18ff63 100644
--- a/extensions/common/api/networking_config.idl
+++ b/extensions/common/api/networking_config.idl
@@ -4,7 +4,7 @@
// Use the <code>networking.config</code> API to authenticate to captive
// portals.
-[use_movable_types=true] namespace networking.config {
+namespace networking.config {
// Indicator for the type of network used in $(ref:NetworkInfo).
enum NetworkType { WiFi };

Powered by Google App Engine
This is Rietveld 408576698