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

Unified Diff: chrome/browser/ui/app_list/app_list_syncable_service.h

Issue 1003393002: After uninstall, remove last item in Launcher folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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);
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_syncable_service.cc » ('j') | ui/app_list/app_list_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698