summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver/archive.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/chromedriver/archive.py')
-rw-r--r--chrome/test/chromedriver/archive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/archive.py b/chrome/test/chromedriver/archive.py
index e203c36d..aaebe8c 100644
--- a/chrome/test/chromedriver/archive.py
+++ b/chrome/test/chromedriver/archive.py
@@ -10,9 +10,9 @@ import urllib
import util
-CHROME_30_REVISION = '217281'
CHROME_31_REVISION = '225096'
CHROME_32_REVISION = '232870'
+CHROME_33_REVISION = '241075'
_SITE = 'http://commondatastorage.googleapis.com'