Fix DCHECK with Trailing Slash.
A DCHECK was being hit when a full URL with a scheme was entered and the user typed a slash. The slash was being removed by FormatURLWithOffsets but the inline_autocomplete_offset was not being adjusted to account for the removed slash. BUG=112226 TEST=Ran unit tests. TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/9307027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120080 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment