Fix threading of certificate cache clearing.
commit88352fdde768bd6559b9875899e5450a2f770593
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 15 Feb 2014 03:41:22 +0000 (15 03:41 +0000)
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 15 Feb 2014 03:41:22 +0000 (15 03:41 +0000)
treec5489db5fe2c0ea8fe769a1481e90729e9d60ed0
parent5f0fdf8bb9abca78fbef27fb0e39425ed64ad7fd
Fix threading of certificate cache clearing.

The previous instance assumed it was on IO thread. There's also no
handle to IO thread from the Java layer. Introduce another helper in
chrome/ layer which can redirect to IOThread.

BUG=341500
TBR=klobag

Review URL: https://codereview.chromium.org/168313002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251497 0039d316-1c4b-4281-b951-d872f2087c98
chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java
chrome/browser/ui/android/ssl_client_certificate_request.cc