commit | 9f9fbc9605b75e6f1bebdf035dd50e37c4e45977 | [log] [tgz] |
---|---|---|
author | Jonathan Dixon <joth@google.com> | Wed Aug 28 20:29:39 2013 -0700 |
committer | Jonathan Dixon <joth@google.com> | Wed Aug 28 20:29:39 2013 -0700 |
tree | 1e6d7b721978dca884e6bf3b89d1e5391f5d960c | |
parent | 627dd9b584a267b206bace8dc518287fe58b9563 [diff] |
Fix for 10530176 - CookieSyncManager must be created by WebView c'tor WebViewClassic created the CookieSyncManager instane as a side effect of starting up its internal WebCoreThread. As this forms part of th API contract (app doesn't need to call CookieSyncManager.createInstance if it already made a WebView instance) promote this logic up to the API layer. Change-Id: I0e92d97be987dfef90162ad379c79b066aae34e0