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

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

Issue 296153010: [chromedriver] Fix CHROME_36_REVISION (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | 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 5dfe4498f145925dda6a941835c6d6858023a025..958b159d3b00d3d4510f01bf69fcd6c0dd2f6dec 100644
--- a/chrome/test/chromedriver/archive.py
+++ b/chrome/test/chromedriver/archive.py
@@ -12,7 +12,7 @@ import util
CHROME_34_REVISION = '251854'
CHROME_35_REVISION = '260135'
-CHROME_36_REVISION = '269467'
+CHROME_36_REVISION = '269696'
stgao 2014/05/23 16:08:17 269467 was the branched revision, so we need to fi
_SITE = 'http://commondatastorage.googleapis.com'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698