| 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_
|
|
|