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

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

Issue 2510933002: Reland of arc: Fix default app availability reporting. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
index 3dce5be03a67eb73e01eaedfef1c8ab34eef0f70..d36f80ec00c53f6dc5ee830ed001ae6b8eab942a 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
@@ -360,6 +360,8 @@
base::FilePath base_path_;
// Contains set of ARC apps that are currently ready.
std::unordered_set<std::string> ready_apps_;
+ // Contains set of ARC apps that are currently tracked.
+ std::unordered_set<std::string> tracked_apps_;
// Keeps deferred icon load requests. Each app may contain several requests
// for different scale factor. Scale factor is defined by specific bit
// position.
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698