Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: remoting/base/resources.h

Issue 1318773003: Move remoting/base/resources* to remoting/host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/base/BUILD.gn ('k') | remoting/base/resources_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/base/BUILD.gn ('k') | remoting/base/resources_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698