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

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

Issue 2858703002: arc: Support UNINSTALL_SHORTCUT (Closed)
Patch Set: typo fix Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
index c4db8fa4bb32964d11dc8317f56ed6e2626a8e83..3cf5b37ed66506b04a2ba67bb537982a9babfbbe 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
@@ -264,7 +264,9 @@ class ArcAppListPrefs
void OnPackageAppListRefreshed(
const std::string& package_name,
std::vector<arc::mojom::AppInfoPtr> apps) override;
- void OnInstallShortcut(arc::mojom::ShortcutInfoPtr app) override;
+ void OnInstallShortcut(arc::mojom::ShortcutInfoPtr shortcut) override;
+ void OnUninstallShortcut(const std::string& package_name,
+ const std::string& intent_uri) override;
void OnPackageRemoved(const std::string& package_name) override;
void OnAppIcon(const std::string& package_name,
const std::string& activity,
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698