Chromium Code Reviews
DescriptionSupport uninstalling ARC app from Chrome launcher
This changes renders an entry to allow uninstalling an app from Chrome
launcher. Apps that are installed by the user should be uninstallable,
while pre-installed apps are not. Currently, the menu entry is not
rendered for pre-installed apps. In the future, we should also respect
device policy.
BUG=b/24569986
TEST=Installed an app and uninstalled from Chrome launcher.
TEST=Didn't see "uninstall" entry in the menu for pre-installed apps
TEST=Forcely calls UninstallApp mojo against pre-installed packages
failed naturally. However, if the package is overridden by later
version, uninstall will success (presumably rollback to factory
version).
Committed: https://crrev.com/b8ec5143caf3fb0e2858e2abab6c1983eaa9462f
Cr-Commit-Position: refs/heads/master@{#381277}
Patch Set 1 #
Total comments: 19
Patch Set 2 : unittest, mojo callback #
Total comments: 9
Patch Set 3 : #
Total comments: 8
Patch Set 4 : #
Total comments: 4
Patch Set 5 : #
Total comments: 6
Patch Set 6 : sticky default #
Total comments: 2
Patch Set 7 : rename #
Total comments: 2
Patch Set 8 : rebase #Patch Set 9 : fix #Messages
Total messages: 34 (8 generated)
|