Index: chrome/test/chromedriver/chrome/version.cc |
diff --git a/chrome/test/chromedriver/chrome/version.cc b/chrome/test/chromedriver/chrome/version.cc |
index 9b05842f328ce05d8ed373b7df060b63c4d3c811..e81e4a6b62025b36ee12c77ccfd2c303fd1c2901 100644 |
--- a/chrome/test/chromedriver/chrome/version.cc |
+++ b/chrome/test/chromedriver/chrome/version.cc |
@@ -9,7 +9,7 @@ |
namespace { |
// This variable must be able to be found and parsed by the upload script. |
-const int kMinimumSupportedChromeVersion[] = {38, 0, 2125, 0}; |
+const int kMinimumSupportedChromeVersion[] = {39, 0, 2171, 0}; |
} // namespace |