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

Unified Diff: chrome/common/extensions/api/users_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/users_private.idl
diff --git a/chrome/common/extensions/api/users_private.idl b/chrome/common/extensions/api/users_private.idl
index 86cf97eb0436e7a917ccedb1c7d4bb5fcbb3d3a0..ac478738a5512a756fd7d0accb44352c2832f6b5 100644
--- a/chrome/common/extensions/api/users_private.idl
+++ b/chrome/common/extensions/api/users_private.idl
@@ -4,8 +4,7 @@
// Use the <code>chrome.usersPrivate</code> API to manage users.
[platforms=("chromeos"),
- implemented_in="chrome/browser/chromeos/extensions/users_private/users_private_api.h",
- use_movable_types=true]
+ implemented_in="chrome/browser/chromeos/extensions/users_private/users_private_api.h"]
namespace usersPrivate {
dictionary User {

Powered by Google App Engine
This is Rietveld 408576698