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

Unified Diff: chrome/browser/ui/app_list/arc/arc_package_syncable_service.h

Issue 2819413003: Refactor extension app icon. (Closed)
Patch Set: nit Created 3 years, 7 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/arc/arc_package_syncable_service.h
diff --git a/chrome/browser/ui/app_list/arc/arc_package_syncable_service.h b/chrome/browser/ui/app_list/arc/arc_package_syncable_service.h
index 95e6f73307dd9afa65f1ab18d9460d9807aa26b5..d3e17365cc3b10ac9de897129b1e3900e09d3b4d 100644
--- a/chrome/browser/ui/app_list/arc/arc_package_syncable_service.h
+++ b/chrome/browser/ui/app_list/arc/arc_package_syncable_service.h
@@ -77,7 +77,8 @@ class ArcPackageSyncableService : public syncer::SyncableService,
// ArcAppListPrefs::Observer:
void OnPackageInstalled(const mojom::ArcPackageInfo& package_info) override;
void OnPackageModified(const mojom::ArcPackageInfo& package_info) override;
- void OnPackageRemoved(const std::string& package_name) override;
+ void OnPackageRemoved(const std::string& package_name,
+ bool uninstalled) override;
// Sends adds/updates sync change to sync server.
void SendSyncChange(
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc ('k') | chrome/browser/ui/app_list/arc/arc_package_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698