Commit acc15375 authored by Torne (Richard Coles)'s avatar Torne (Richard Coles) Committed by Commit Bot

Remove obsolete cleanup comment.

The cleanup was already done in https://codereview.chromium.org/92903003
but the associated comment wasn't removed. Also fix a comment typo I
spotted in the original CL.

Bug: 290992
Change-Id: I27fdd333169234f3ac2816f96bda2c94d0bb21f2
Reviewed-on: https://chromium-review.googlesource.com/1252162Reviewed-by: default avatarChangwan Ryu <changwan@chromium.org>
Commit-Queue: Richard Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595165}
parent aff37c62
...@@ -22,7 +22,7 @@ struct AwHitTestData { ...@@ -22,7 +22,7 @@ struct AwHitTestData {
// except the special case described below. // except the special case described below.
// For special case of invalid or javascript scheme url that would // For special case of invalid or javascript scheme url that would
// otherwise be type an LINK type, |href| will contain the javascript // otherwise be type an LINK type, |href| will contain the javascript
// string in the href attribute, and |anchor_text|i and |img_src| contain // string in the href attribute, and |anchor_text| and |img_src| contain
// their normal values for the respective type. // their normal values for the respective type.
UNKNOWN_TYPE = 0, UNKNOWN_TYPE = 0,
......
...@@ -2244,7 +2244,6 @@ public class AwContents implements SmartClipProvider { ...@@ -2244,7 +2244,6 @@ public class AwContents implements SmartClipProvider {
// In order to maintain compatibility with the old WebView's implementation, // In order to maintain compatibility with the old WebView's implementation,
// the absolute (full) url is passed in the |url| field, not only the href attribute. // the absolute (full) url is passed in the |url| field, not only the href attribute.
// Note: HitTestData could be cleaned up at this point. See http://crbug.com/290992.
data.putString("url", mPossiblyStaleHitTestData.href); data.putString("url", mPossiblyStaleHitTestData.href);
data.putString("title", mPossiblyStaleHitTestData.anchorText); data.putString("title", mPossiblyStaleHitTestData.anchorText);
data.putString("src", mPossiblyStaleHitTestData.imgSrc); data.putString("src", mPossiblyStaleHitTestData.imgSrc);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment