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

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

Issue 2898273002: Move Voice Interaction shortcut to accelerator_controller.cc (Closed)
Patch Set: Created 3 years, 7 months 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
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_

Powered by Google App Engine
This is Rietveld 408576698