MD Downloads: prevent search text from overlapping with the cancel search (X)
[chromium-blink-merge.git] / remoting / host / resources_win.cc
blob519f94a39f5963061246f818311d53a89318a887
1 // Copyright 2015 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 "remoting/host/resources.h"
7 namespace remoting {
9 bool LoadResources(const std::string& pref_locale) {
10 // Do nothing since .pak files are not used on Windows.
11 return false;
14 void UnloadResources() {
17 } // namespace remoting