Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1090)

Unified Diff: chrome/browser/autocomplete/autocomplete_match.cc

Issue 7031058: Make the app provider match highlighting use the existing ClassifyMatchXXX() machinery, and set t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autocomplete/autocomplete_match.cc
===================================================================
--- chrome/browser/autocomplete/autocomplete_match.cc (revision 86341)
+++ chrome/browser/autocomplete/autocomplete_match.cc (working copy)
@@ -117,6 +117,7 @@
text.length(), style, classification);
}
+// static
void AutocompleteMatch::ClassifyLocationInString(
size_t match_location,
size_t match_length,

Powered by Google App Engine
This is Rietveld 408576698