1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-04-01 04:46:18 +03:00
naiveproxy/base/process/launch_ios.cc
2018-08-14 22:19:20 +00:00

13 lines
318 B
C++

// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/process/launch.h"
namespace base {
void RaiseProcessToHighPriority() {
// Impossible on iOS. Do nothing.
}
} // namespace base