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

Unified Diff: components/arc/arc_util.h

Issue 2898273002: Move Voice Interaction shortcut to accelerator_controller.cc (Closed)
Patch Set: Move Voice Interaction shortcut to accelerator_controller.cc 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui_browsertest.cc ('k') | components/arc/arc_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_util.h
diff --git a/components/arc/arc_util.h b/components/arc/arc_util.h
index 2e5ddd37e5a58a793d996a62c06a0fc3d4aea272..46176c047ad2239a14470ce29e8fed64111b7f22 100644
--- a/components/arc/arc_util.h
+++ b/components/arc/arc_util.h
@@ -70,6 +70,9 @@ bool IsArcOptInVerificationDisabled();
// |window| is nullptr, returns false.
bool IsArcAppWindow(aura::Window* window);
+// Sets CPU restriction for ARC to prioritize the container.
+void PrioritizeArcContainer();
+
} // namespace arc
#endif // COMPONENTS_ARC_ARC_UTIL_H_
« no previous file with comments | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui_browsertest.cc ('k') | components/arc/arc_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698