Chromium Code Reviews| Index: chrome/browser/ui/app_list/app_list_syncable_service.h |
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.h b/chrome/browser/ui/app_list/app_list_syncable_service.h |
| index 04ccdcca4a76d574388017d36ee655d4f38a335d..caa2ed646b9819b3a7465b1221f912caf831d3c5 100644 |
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.h |
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.h |
| @@ -69,7 +69,7 @@ class AppListSyncableService : public syncer::SyncableService, |
| void AddItem(scoped_ptr<AppListItem> app_item); |
| // Removes sync item matching |id|. |
| - void RemoveItem(const std::string& id); |
| + void RemoveItem(const std::string& id, bool uninstalled); |
|
stevenjb
2015/03/23 19:34:30
I think this would be better as two separate metho
Greg Levin
2015/03/23 22:04:50
Done.
|
| // Called when properties of an item may have changed, e.g. default/oem state. |
| void UpdateItem(AppListItem* app_item); |