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

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, 10 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..dcad215152e4eb4dde09d8e3aed612a23ed49a7b 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,9 @@ class ArcAppContextMenu : public app_list::AppContextMenu {
void ExecuteCommand(int command_id, int event_flags) override;
private:
+ void UninstallApp();
+ bool isUninstallable() const;
khmel 2016/03/04 18:35:53 I sUninstallable?
victorhsieh0 2016/03/07 21:00:16 Done.
+
DISALLOW_COPY_AND_ASSIGN(ArcAppContextMenu);
};

Powered by Google App Engine
This is Rietveld 408576698