Chromium Code Reviews| Index: chrome/browser/ui/app_list/arc/arc_app_utils.h |
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_utils.h b/chrome/browser/ui/app_list/arc/arc_app_utils.h |
| index 8c75cb96059bc7abadd6c0dc13d58df687a8d695..449bd5f5ebf63e96f64ad8fa06e344c9ce0da617 100644 |
| --- a/chrome/browser/ui/app_list/arc/arc_app_utils.h |
| +++ b/chrome/browser/ui/app_list/arc/arc_app_utils.h |
| @@ -94,6 +94,9 @@ bool ShowPackageInfoOnPage(const std::string& package_name, |
| // Returns true if |id| represents either ARC app or ARC shelf group. |
| bool IsArcItem(content::BrowserContext* context, const std::string& id); |
| +// Set CPU restriction for ARC to prioritize the container startup. |
|
Yusuke Sato
2017/05/23 19:41:52
Sets
yueli
2017/05/23 22:59:56
Done.
|
| +void PrioritizeArcContainerStartup(); |
|
Yusuke Sato
2017/05/23 19:41:52
Could you move it to components/arc/arc_util.h?
yueli
2017/05/23 22:59:57
Done.
|
| + |
| } // namespace arc |
| #endif // CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_UTILS_H_ |