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

Unified Diff: components/arc/arc_util.h

Issue 2898273002: Move Voice Interaction shortcut to accelerator_controller.cc (Closed)
Patch Set: Refactor 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: components/arc/arc_util.h
diff --git a/components/arc/arc_util.h b/components/arc/arc_util.h
index a9e69d36878ecbaae809ccdd1c2cb6a630a5eed6..b613797097587fba635283f1809473c432e80926 100644
--- a/components/arc/arc_util.h
+++ b/components/arc/arc_util.h
@@ -66,6 +66,9 @@ bool IsArcAllowedForActiveDirectoryUsers();
// In most cases, it is disabled for testing purpose.
bool IsArcOptInVerificationDisabled();
+// Sets CPU restriction for ARC to prioritize the container startup.
+void PrioritizeArcContainerStartup();
Yusuke Sato 2017/05/23 23:11:56 Actually this is not only for startup. The priorit
yueli 2017/05/23 23:38:14 Done.
+
} // namespace arc
#endif // COMPONENTS_ARC_ARC_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698