summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-14 15:34:54 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-14 15:34:54 +0000
commit3fea6c59c43e584136852ed447193e15602e787b (patch)
tree25e7a259cab02002cfee1ecc0c3ca43f60d0c6e2 /DEPS
parentdd34de09bf66de5ec57686a76de7120b748c32e2 (diff)
downloadchromium_src-3fea6c59c43e584136852ed447193e15602e787b.zip
chromium_src-3fea6c59c43e584136852ed447193e15602e787b.tar.gz
chromium_src-3fea6c59c43e584136852ed447193e15602e787b.tar.bz2
Remove registration of the extension protocol late in the init process. This
protocol is already getting registered by url_util.cc super early in the process, so this extra registration is redundant. Re-adding the protocol later apparently modifies the set that url_util uses, and when this happens there could be other threads reading it. BUG=41150 TEST=none Review URL: http://codereview.chromium.org/1545029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index f99f0b5..813e8ff 100644
--- a/DEPS
+++ b/DEPS
@@ -17,7 +17,7 @@ deps = {
"/trunk/deps/support@20411",
"src/googleurl":
- "http://google-url.googlecode.com/svn/trunk@130",
+ "http://google-url.googlecode.com/svn/trunk@131",
"src/sdch/open-vcdiff":
"http://open-vcdiff.googlecode.com/svn/trunk@28",