no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / hal / fallback / FallbackProcessPriority.cpp
blob2d747c65e30814f3a5c995a15df70f567d52633b
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "Hal.h"
6 #include "HalLog.h"
8 using namespace mozilla::hal;
10 namespace mozilla {
11 namespace hal_impl {
13 void SetProcessPriority(int aPid, ProcessPriority aPriority) {
14 HAL_LOG("FallbackProcessPriority - SetProcessPriority(%d, %s)\n", aPid,
15 ProcessPriorityToString(aPriority));
18 } // namespace hal_impl
19 } // namespace mozilla