blob: 519f94a39f5963061246f818311d53a89318a887 [file] [log] [blame]
sergeyub9d14402015-08-26 23:23:431// Copyright 2015 The Chromium Authors. All rights reserved.
alexeypa@chromium.orgfc877cf2013-07-31 23:08:392// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
sergeyub9d14402015-08-26 23:23:435#include "remoting/host/resources.h"
alexeypa@chromium.orgfc877cf2013-07-31 23:08:396
7namespace remoting {
8
9bool LoadResources(const std::string& pref_locale) {
10 // Do nothing since .pak files are not used on Windows.
11 return false;
12}
13
14void UnloadResources() {
15}
16
17} // namespace remoting