| 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 d36f80ec00c53f6dc5ee830ed001ae6b8eab942a..3dce5be03a67eb73e01eaedfef1c8ab34eef0f70 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,8 +360,6 @@
|
| 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.
|
|
|