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

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

Issue 1841483002: [Extensions] Convert APIs to use movable types [11] (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/declarative_web_request.json ('k') | extensions/common/api/display_source.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/diagnostics.idl
diff --git a/extensions/common/api/diagnostics.idl b/extensions/common/api/diagnostics.idl
index 5f8f31d76aeec545280573d7f442b23006ac1d26..f340fafeb8620ffe9a9275a3215125f007f54837 100644
--- a/extensions/common/api/diagnostics.idl
+++ b/extensions/common/api/diagnostics.idl
@@ -4,7 +4,7 @@
// Use the <code>chrome.diagnostics</code> API to query various properties of
// the environment that may be useful for diagnostics.
-namespace diagnostics {
+[use_movable_types=true] namespace diagnostics {
dictionary SendPacketOptions {
// Target IP address.
DOMString ip;
« no previous file with comments | « extensions/common/api/declarative_web_request.json ('k') | extensions/common/api/display_source.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698