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

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

Issue 2295343002: arc: Dont sync app list change caused by Arc opt out. (Closed)
Patch Set: Created 4 years, 4 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_model_builder.h
diff --git a/chrome/browser/ui/app_list/app_list_model_builder.h b/chrome/browser/ui/app_list/app_list_model_builder.h
index 5b74ae63f8da21e29954886b239e708e99b141bd..f875888f0bda0eeec3c76eddf259dd0793fe1cd9 100644
--- a/chrome/browser/ui/app_list/app_list_model_builder.h
+++ b/chrome/browser/ui/app_list/app_list_model_builder.h
@@ -50,7 +50,7 @@ class AppListModelBuilder : public app_list::AppListItemListObserver {
void InsertApp(std::unique_ptr<app_list::AppListItem> app);
// Removes an app based on app id.
stevenjb 2016/08/31 21:10:49 We need to document |local_change| here.
khmel 2016/09/01 00:03:02 Done.
- void RemoveApp(const std::string& id);
+ void RemoveApp(const std::string& id, bool local_change);
const app_list::AppListSyncableService::SyncItem* GetSyncItem(
const std::string& id);

Powered by Google App Engine
This is Rietveld 408576698