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

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

Issue 15859013: [chromedriver] Stop supporting chrome 26. Don't run tests against it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove file upload check Created 7 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 7f5385f95f4455467505ac71815d920aaaf8688c..5835a80c2e9efa689d0f935ddba5ebf0cb204d45 100644
--- a/chrome/test/chromedriver/archive.py
+++ b/chrome/test/chromedriver/archive.py
@@ -14,7 +14,6 @@ sys.path.insert(0, os.path.join(_THIS_DIR, os.pardir, 'pylib'))
from common import util
-CHROME_26_REVISION = '181664'
CHROME_27_REVISION = '190466'
CHROME_28_REVISION = '198276'
« 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