diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 17:29:45 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 17:29:45 +0000 |
commit | 4e1c6b2efb7d40ebc99ec7448503f7652212ddf6 (patch) | |
tree | e62024b75d298bb676c3edd605448060ac968bf1 /chrome/app | |
parent | d9e6111510393f49bea7f274b2cfe8a8bf9b4d26 (diff) | |
download | chromium_src-4e1c6b2efb7d40ebc99ec7448503f7652212ddf6.zip chromium_src-4e1c6b2efb7d40ebc99ec7448503f7652212ddf6.tar.gz chromium_src-4e1c6b2efb7d40ebc99ec7448503f7652212ddf6.tar.bz2 |
Only use std::string when generating the NTP CSS. This saves
about 10ms on the UI thread on my debug build.
This saves a lot of string conversion.
BUG=23120
Review URL: http://codereview.chromium.org/341028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30465 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 38acb55..d52f306 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5251,10 +5251,6 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> </if> - <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> - rgba($1, $2, $3, $4) - </message> - <message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message printed to console when the app is ran a second time, causing a new window to show rather than starting up a new browser."> Created new window in existing browser session. </message> |