Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: chrome/test/chromedriver/archive.py

Issue 295103009: [chromedriver] Add 36 to test suite and remove 33 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 35 -> 36 Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/archive.py
diff --git a/chrome/test/chromedriver/archive.py b/chrome/test/chromedriver/archive.py
index 8b8ca6cc5021a120f0b4149c78af7a1047f1de55..5dfe4498f145925dda6a941835c6d6858023a025 100644
--- a/chrome/test/chromedriver/archive.py
+++ b/chrome/test/chromedriver/archive.py
@@ -10,9 +10,9 @@ import urllib
import util
-CHROME_33_REVISION = '241075'
CHROME_34_REVISION = '251854'
CHROME_35_REVISION = '260135'
+CHROME_36_REVISION = '269467'
_SITE = 'http://commondatastorage.googleapis.com'
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698