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

Unified Diff: chrome/common/extensions/api/system_indicator.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/system_indicator.idl
diff --git a/chrome/common/extensions/api/system_indicator.idl b/chrome/common/extensions/api/system_indicator.idl
index e7743466a6863c39f27724dbc9e96d4fcbfc8ba6..c24f8142efccd35cc051c99335244291b7c1878c 100644
--- a/chrome/common/extensions/api/system_indicator.idl
+++ b/chrome/common/extensions/api/system_indicator.idl
@@ -6,7 +6,7 @@
// menubar, system tray, or other visible area provided by the OS.
// This is modelled after the other extension action APIs, such as
// chrome.browserAction and chrome.pageAction.
-[use_movable_types=true] namespace systemIndicator {
+namespace systemIndicator {
dictionary SetIconDetails {
any? path;
any? imageData;

Powered by Google App Engine
This is Rietveld 408576698