Update strings for turning off Smart Lock.
[chromium-blink-merge.git] / base / process / launch_ios.cc
blob3c700f8f0a3abe62b4aa119d6edf83b3653e5699
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/process/launch.h"
7 namespace base {
9 void RaiseProcessToHighPriority() {
10 // Impossible on iOS. Do nothing.
13 } // namespace base