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

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

Issue 1841543002: [Extensions] Convert APIs to use movable types [12] (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
« no previous file with comments | « extensions/common/api/mojo_private.idl ('k') | extensions/common/api/networking_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/networking_config.idl
diff --git a/extensions/common/api/networking_config.idl b/extensions/common/api/networking_config.idl
index 78b5bc6653efb27770ec5bd806a591e4cc18ff63..c280f313723e2789b1d9566ed165ed02b5688b9b 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.
-namespace networking.config {
+[use_movable_types=true] namespace networking.config {
// Indicator for the type of network used in $(ref:NetworkInfo).
enum NetworkType { WiFi };
« no previous file with comments | « extensions/common/api/mojo_private.idl ('k') | extensions/common/api/networking_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698