Omnibox: When backspacing out of keyword mode, don't highlight anything.
This bug was caused because Mac's NSMakeRange takes a beginning and a length. All the other platform's range representations take a beginning and an end. I audited omnibox_view_win.cc, omnibox_view_views.cc, and omnibox_view_gtk.cc. They all seem to be correct. I also tested Windows and Linux and verified that the current behavior is correct. BUG=163807 Review URL: https://chromiumcodereview.appspot.com/11308330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170929 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment