diff options
Diffstat (limited to 'chrome/test/chromedriver/archive.py')
-rw-r--r-- | chrome/test/chromedriver/archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/archive.py b/chrome/test/chromedriver/archive.py index 17aaf2c..eabac1b2 100644 --- a/chrome/test/chromedriver/archive.py +++ b/chrome/test/chromedriver/archive.py @@ -10,9 +10,9 @@ import urllib import util -CHROME_45_REVISION = '338390' CHROME_46_REVISION = '344997' CHROME_47_REVISION = '352825' +CHROME_48_REVISION = '359663' _SITE = 'http://commondatastorage.googleapis.com' |