sergeyu | b9d1440 | 2015-08-26 23:23:43 | [diff] [blame] | 1 | // Copyright 2015 The Chromium Authors. All rights reserved. |
alexeypa@chromium.org | fc877cf | 2013-07-31 23:08:39 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
sergeyu | b9d1440 | 2015-08-26 23:23:43 | [diff] [blame] | 5 | #include "remoting/host/resources.h" |
alexeypa@chromium.org | fc877cf | 2013-07-31 23:08:39 | [diff] [blame] | 6 | |
| 7 | namespace remoting { |
| 8 | |
| 9 | bool LoadResources(const std::string& pref_locale) { |
| 10 | // Do nothing since .pak files are not used on Windows. |
| 11 | return false; |
| 12 | } |
| 13 | |
| 14 | void UnloadResources() { |
| 15 | } |
| 16 | |
| 17 | } // namespace remoting |