| commit | 2433fe9f04caa4257f7313a41d3bbae90ca2fe23 | [log] [tgz] |
|---|---|---|
| author | Ben Murdoch <benm@google.com> | Wed Aug 22 19:46:45 2012 +0100 |
| committer | Ben Murdoch <benm@google.com> | Wed Aug 22 19:46:45 2012 +0100 |
| tree | 17a0038086d5c64ccbef590e961b02b3f4d2a36b | |
| parent | 6479ecd1b24e9d5a5636130cb4b0c353b396ff0e [diff] |
Make HttpAuthHandler ctor public/@hide. The Chromium WebView Provider needs to subclass HttpAuthHandler so that we can adapt a ChromHttpAuthHandler into an android.webkit.HttpAuthHandler. Currently the constructor (that does nothing) is package private. So to satisfy the subclass requirement, make it public, and to satisfy the API, make it @hide. Bug: 7034995 Change-Id: I9846aecacce078696db5be709394afb980eb25a6