diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 21:53:51 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 21:53:51 +0000 |
commit | 0573473017cc091aae847b5b37cd3991c8d9801b (patch) | |
tree | 0d0de542524ef132109767ed8ac35e5d7dcc23c4 | |
parent | 7c9493711c35829b0671696fe6c21275ad944527 (diff) | |
download | chromium_src-0573473017cc091aae847b5b37cd3991c8d9801b.zip chromium_src-0573473017cc091aae847b5b37cd3991c8d9801b.tar.gz chromium_src-0573473017cc091aae847b5b37cd3991c8d9801b.tar.bz2 |
Pick up GTM rev 243 which contains a fix in GTMTheme so that it doesn't send
out notifications when the background color is changed.
BUG=26700
TEST=see repro steps in bug
Review URL: http://codereview.chromium.org/355048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31140 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ deps_os = { }, "mac": { "src/third_party/GTM": - "http://google-toolbox-for-mac.googlecode.com/svn/trunk@241", + "http://google-toolbox-for-mac.googlecode.com/svn/trunk@243", "src/third_party/pdfsqueeze": "http://pdfsqueeze.googlecode.com/svn/trunk@2", "src/third_party/WebKit/WebKit/mac": |