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

Unified Diff: ui/base/l10n/l10n_util_android.h

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 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 | « ui/base/l10n/l10n_util.cc ('k') | ui/base/l10n/l10n_util_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/l10n/l10n_util_android.h
diff --git a/ui/base/l10n/l10n_util_android.h b/ui/base/l10n/l10n_util_android.h
deleted file mode 100644
index 3745ed6cb2cf2b87ac52ceac780d8b83bf8728c1..0000000000000000000000000000000000000000
--- a/ui/base/l10n/l10n_util_android.h
+++ /dev/null
@@ -1,27 +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 UI_BASE_L10N_L10N_UTIL_ANDROID_H_
-#define UI_BASE_L10N_L10N_UTIL_ANDROID_H_
-
-#include <jni.h>
-
-#include <string>
-
-#include "base/strings/string16.h"
-#include "ui/base/ui_base_export.h"
-
-namespace l10n_util {
-
-UI_BASE_EXPORT base::string16 GetDisplayNameForLocale(
- const std::string& locale,
- const std::string& display_locale);
-
-UI_BASE_EXPORT bool IsLayoutRtl();
-
-UI_BASE_EXPORT bool RegisterLocalizationUtil(JNIEnv* env);
-
-} // namespace l10n_util
-
-#endif // UI_BASE_L10N_L10N_UTIL_ANDROID_H_
« no previous file with comments | « ui/base/l10n/l10n_util.cc ('k') | ui/base/l10n/l10n_util_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698