From f08692645d2fe8895016acfe000e8d461dff66b7 Mon Sep 17 00:00:00 2001 From: "samuong@chromium.org" Date: Sat, 12 Apr 2014 22:03:40 +0000 Subject: [PATCH] [chromedriver] Change CHROME_34_REVISION to one that is available in the continuous archive (251854); the previous revision (251904) was only available in the snapshots archive, but this is not where we download from for testing. NOTRY=true Review URL: https://codereview.chromium.org/225163007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263548 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/chromedriver/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/test/chromedriver/archive.py b/chrome/test/chromedriver/archive.py index 81783ee192f410..29e3982c95050d 100644 --- a/chrome/test/chromedriver/archive.py +++ b/chrome/test/chromedriver/archive.py @@ -12,7 +12,7 @@ CHROME_32_REVISION = '232870' CHROME_33_REVISION = '241075' -CHROME_34_REVISION = '251904' +CHROME_34_REVISION = '251854' _SITE = 'http://commondatastorage.googleapis.com'