| Index: chrome/common/extensions/api/launcher_search_provider.idl
|
| diff --git a/chrome/common/extensions/api/launcher_search_provider.idl b/chrome/common/extensions/api/launcher_search_provider.idl
|
| index 5f59f72900eb149004b061f731c1c4e8f592a4a6..9b5d0f86c397315aba88bb41a5b945193fa63048 100644
|
| --- a/chrome/common/extensions/api/launcher_search_provider.idl
|
| +++ b/chrome/common/extensions/api/launcher_search_provider.idl
|
| @@ -6,7 +6,8 @@
|
| // to it.
|
| [platforms=("chromeos"),
|
| implemented_in="chrome/browser/chromeos/extensions/launcher_search_provider.h",
|
| - nodoc]
|
| + nodoc,
|
| + use_movable_types=true]
|
| namespace launcherSearchProvider {
|
| dictionary SearchResult {
|
| DOMString itemId;
|
|
|