DescriptionCleanup AutocompleteInput and AutocompleteProvider Functions
* Make FixupUserInput() just return the fixed-up input text, since almost every
caller wanted that (and the one that didn't, the HUP, will change in the
future)
* Make some functions which took an AutocompleteInput object and then only cared
about the text() just take a string16
* Eliminated HistoryURLProvider::RunAutocompletePasses(), since it had only one
caller, and just inline the code into Start(). Also got rid of the
|fixup_input_and_run_pass_1| variable that was never false.
BUG=none
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275540
Patch Set 1 #Patch Set 2 : Don't change behavior #Patch Set 3 : Simpler #
Total comments: 2
Patch Set 4 : Return a std::pair #Messages
Total messages: 12 (0 generated)
|