diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 06:06:15 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 06:06:15 +0000 |
commit | e4de6b5d0a654164e312f6213d81c41df7ca5eed (patch) | |
tree | 04e72943e8b22305d6aeee85c288987ebd3dce33 /chrome/browser/memory_details_mac.cc | |
parent | 383a0ca55d444ac67c9be491f74e591b7c1ccea7 (diff) | |
download | chromium_src-e4de6b5d0a654164e312f6213d81c41df7ca5eed.zip chromium_src-e4de6b5d0a654164e312f6213d81c41df7ca5eed.tar.gz chromium_src-e4de6b5d0a654164e312f6213d81c41df7ca5eed.tar.bz2 |
chrome: Remove 11 exit time destructors and 4 static initializers.
BUG=101600,94925
TEST=none
TBR=erg,willchan
Review URL: http://codereview.chromium.org/8590003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110447 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_details_mac.cc')
-rw-r--r-- | chrome/browser/memory_details_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc index 46b19c8..0b1fb12 100644 --- a/chrome/browser/memory_details_mac.cc +++ b/chrome/browser/memory_details_mac.cc @@ -53,7 +53,7 @@ enum BrowserType { MemoryDetails::MemoryDetails() { - static const std::string google_browser_name = + const std::string google_browser_name = l10n_util::GetStringUTF8(IDS_PRODUCT_NAME); // (Human and process) names of browsers; should match the ordering for // |BrowserProcess| (i.e., |BrowserType|). |