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

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

Issue 1756193008: Support uninstalling ARC app from Chrome launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/arc/arc_app_context_menu.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_context_menu.h b/chrome/browser/ui/app_list/arc/arc_app_context_menu.h
index 7e7acbc5ee45d1539ef6e65fbf628c750a29c134..6488471163196d4030b4d12765d0da1805a8f9cb 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_context_menu.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_context_menu.h
@@ -33,6 +33,10 @@ class ArcAppContextMenu : public app_list::AppContextMenu {
void ExecuteCommand(int command_id, int event_flags) override;
private:
+ void UninstallApp();
+
+ bool CanBeUninstalled() const;
+
DISALLOW_COPY_AND_ASSIGN(ArcAppContextMenu);
};

Powered by Google App Engine
This is Rietveld 408576698