summaryrefslogtreecommitdiffstats
path: root/chrome/common/l10n_util_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/l10n_util_posix.cc')
-rw-r--r--chrome/common/l10n_util_posix.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/common/l10n_util_posix.cc b/chrome/common/l10n_util_posix.cc
deleted file mode 100644
index a0c8ae1..0000000
--- a/chrome/common/l10n_util_posix.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2009 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.
-
-#include "chrome/common/l10n_util.h"
-
-namespace l10n_util {
-
-// Return true blindly for now.
-bool IsLocaleSupportedByOS(const std::wstring& locale) {
- return true;
-}
-
-} // namespace l10n_util