From 6a45d22a1f93b8ae6e1ce3fb000f620fa1907e7b Mon Sep 17 00:00:00 2001
From: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Date: Tue, 29 Sep 2015 10:05:19 +0200
Subject: [PATCH] Update to Chromium 45.0.2454.101

Change-Id: Ifda982e1bcfc2a0655e65a71321b137a348be865
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
---
 src/3rdparty                      | 2 +-
 tools/scripts/take_snapshot.py    | 1 +
 tools/scripts/version_resolver.py | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/3rdparty b/src/3rdparty
index 2ac2926e6..6c28e9497 160000
--- a/src/3rdparty
+++ b/src/3rdparty
@@ -1 +1 @@
-Subproject commit 2ac2926e6c73bbb9b9897ed6d7a472031a0a8c65
+Subproject commit 6c28e9497f45870d1d6db37f54a67fb597f9592a
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index e5df2d80b..5f911f36f 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -123,6 +123,7 @@ def isInChromiumBlacklist(file_path):
             not file_path.startswith('components/strings') and
             not file_path.startswith('components/tracing') and
             not file_path.startswith('components/visitedlink') and
+            not file_path.startswith('components/web_cache') and
             not file_path.startswith('components/webcrypto') and
             not file_path.endswith('.grdp') and
             not 'components_strings' in file_path)
diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py
index f6aaedf64..baa4a468a 100644
--- a/tools/scripts/version_resolver.py
+++ b/tools/scripts/version_resolver.py
@@ -51,7 +51,7 @@ import json
 import urllib2
 import git_submodule as GitSubmodule
 
-chromium_version = '45.0.2454.79'
+chromium_version = '45.0.2454.101'
 chromium_branch = '2454'
 ninja_version = 'v1.5.3'
 
-- 
GitLab