Upgrade to Chrome 45
authorCheng Zhao <zcbenz@gmail.com>
Wed, 2 Sep 2015 06:23:15 +0000 (14:23 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Thu, 3 Sep 2015 08:50:23 +0000 (17:50 +0900)
.gitignore
atom/common/chrome_version.h
script/lib/config.py

index 73bf6b2..0c6f4cb 100644 (file)
@@ -17,4 +17,3 @@ node_modules/
 *.pyc
 debug.log
 npm-debug.log
-atom/common/chrome_version.h
index 54dd6bb..2500516 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef ATOM_COMMON_CHROME_VERSION_H_
 #define ATOM_COMMON_CHROME_VERSION_H_
 
-#define CHROME_VERSION_STRING "44.0.2403.125"
+#define CHROME_VERSION_STRING "45.0.2454.85"
 #define CHROME_VERSION "v" CHROME_VERSION_STRING
 
 #endif  // ATOM_COMMON_CHROME_VERSION_H_
index c363a83..3292823 100644 (file)
@@ -8,7 +8,7 @@ import sys
 
 BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
     'http://github-janky-artifacts.s3.amazonaws.com/libchromiumcontent'
-LIBCHROMIUMCONTENT_COMMIT = '42200d8ec0b77c7491d3a09611c23eb771e0862d'
+LIBCHROMIUMCONTENT_COMMIT = '367552dc926aff4577e4743333922e7e6075c8e0'
 
 PLATFORM = {
   'cygwin': 'win32',