| Index: chrome/browser/autocomplete/autocomplete_result.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_result.h b/chrome/browser/autocomplete/autocomplete_result.h
|
| index 2da5320f811f07fc65971918964db0b11997fd6b..8cc667c7551a14e65393e23665c50fc4c5459d70 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_result.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_result.h
|
| @@ -120,7 +120,8 @@ class AutocompleteResult {
|
| #endif
|
|
|
| // Compute the "alternate navigation URL" for a given match. This is obtained
|
| - // by interpreting the user input directly as a URL.
|
| + // by interpreting the user input directly as a URL. See comments on
|
| + // |alternate_nav_url_|.
|
| static GURL ComputeAlternateNavUrl(const AutocompleteInput& input,
|
| const AutocompleteMatch& match);
|
|
|
|
|