diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_common.gypi | 1 | ||||
-rw-r--r-- | chrome/common/common_glue.cc | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index c5f8116..6ea53b8 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -144,7 +144,6 @@ 'common/cloud_print/cloud_print_proxy_info.cc', 'common/cloud_print/cloud_print_proxy_info.h', 'common/common_api.h', - 'common/common_glue.cc', 'common/common_message_generator.cc', 'common/common_message_generator.h', 'common/common_param_traits.cc', diff --git a/chrome/common/common_glue.cc b/chrome/common/common_glue.cc deleted file mode 100644 index 04045b8..0000000 --- a/chrome/common/common_glue.cc +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 2011 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 "base/string16.h" -#include "build/build_config.h" -#include "ui/base/l10n/l10n_util.h" -#include "webkit/glue/webkit_glue.h" - -namespace webkit_glue { - -string16 GetLocalizedString(int message_id) { - return l10n_util::GetStringUTF16(message_id); -} - -} // namespace webkit_glue |