Remove DEFINE_WEB_CONTENTS_USER_DATA_KEY in //android_webview.
It is no longer necessary to invoke the DEFINE_WEB_CONTENTS_USER_DATA_KEY macro to define the global variable from which the key of a WebContentsUserData is derived. The key is now derived from a static local variable in WebContentsUserData::UserDataKey(). See https://chromium-review.googlesource.com/c/chromium/src/+/1093015 This CL was uploaded by git cl split. R=torne@chromium.org Bug: 589840 Change-Id: I4fbd69c788fc06549d32b4d12199309bbd1bbe1f Reviewed-on: https://chromium-review.googlesource.com/1150283 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#578294}
Showing
Please register or sign in to comment