| Index: remoting/base/resources.h
|
| diff --git a/remoting/base/resources.h b/remoting/base/resources.h
|
| deleted file mode 100644
|
| index 371c53328300b43f282ebe41a1d378f0369a4d93..0000000000000000000000000000000000000000
|
| --- a/remoting/base/resources.h
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef REMOTING_HOST_BASE_RESOURCES_H_
|
| -#define REMOTING_HOST_BASE_RESOURCES_H_
|
| -
|
| -#include <string>
|
| -
|
| -namespace remoting {
|
| -
|
| -// Loads (or reloads) Chromoting resources for the given locale. |pref_locale|
|
| -// is passed to l10n_util::GetApplicationLocale(), so the default system locale
|
| -// is used if |pref_locale| is empty. Returns |true| if the shared resource
|
| -// bundle has been initialized.
|
| -bool LoadResources(const std::string& pref_locale);
|
| -
|
| -// Unloads Chromoting resources.
|
| -void UnloadResources();
|
| -
|
| -} // namespace remoting
|
| -
|
| -#endif // REMOTING_HOST_BASE_RESOURCES_H_
|
|
|