Commit 2f139c45 authored by Nigel Tao's avatar Nigel Tao Committed by Commit Bot

Remove unused ArcApps variable

Change-Id: I3b6c93cc61d66922b92ac12cfcc31e4e528000c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731637
Commit-Queue: Nigel Tao <nigeltao@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683495}
parent 155828c9
...@@ -626,7 +626,6 @@ void ArcApps::ConvertAndPublishPackageApps( ...@@ -626,7 +626,6 @@ void ArcApps::ConvertAndPublishPackageApps(
if (!package_info.permissions.has_value()) { if (!package_info.permissions.has_value()) {
return; return;
} }
std::vector<apps::mojom::AppPtr> apps;
ArcAppListPrefs* prefs = ArcAppListPrefs::Get(profile_); ArcAppListPrefs* prefs = ArcAppListPrefs::Get(profile_);
if (prefs) { if (prefs) {
for (const auto& app_id : for (const auto& app_id :
......
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