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

Unified Diff: extensions/common/api/power.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/networking_private.idl ('k') | extensions/common/api/printer_provider.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/power.idl
diff --git a/extensions/common/api/power.idl b/extensions/common/api/power.idl
index 2a25353ac8979b6cc8944bb303d5fec37042c132..c5337a80d4a2f8263c0adecef1b33cca07f3e59a 100644
--- a/extensions/common/api/power.idl
+++ b/extensions/common/api/power.idl
@@ -4,7 +4,7 @@
// Use the <code>chrome.power</code> API to override the system's power
// management features.
-namespace power {
+[use_movable_types=true] namespace power {
[noinline_doc] enum Level {
// Prevent the system from sleeping in response to user inactivity.
system,
« no previous file with comments | « extensions/common/api/networking_private.idl ('k') | extensions/common/api/printer_provider.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698