Commit c878e50e authored by vasilii@chromium.org's avatar vasilii@chromium.org

Preserve the app in the AppLauncherHandler if it's disabled.

BUG=284400

Review URL: https://chromiumcodereview.appspot.com/23935004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221673 0039d316-1c4b-4281-b951-d872f2087c98
parent 7b8980f4
......@@ -295,7 +295,8 @@ void AppLauncherHandler::Observe(int type,
scoped_ptr<DictionaryValue> app_info(GetAppInfo(extension));
if (app_info.get()) {
visible_apps_.erase(extension->id());
if (uninstalled)
visible_apps_.erase(extension->id());
scoped_ptr<base::FundamentalValue> uninstall_value(
Value::CreateBooleanValue(uninstalled));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment