Chromium Code Reviews| Index: chrome/browser/autocomplete/autocomplete.cc |
| =================================================================== |
| --- chrome/browser/autocomplete/autocomplete.cc (revision 103712) |
| +++ chrome/browser/autocomplete/autocomplete.cc (working copy) |
| @@ -504,6 +504,9 @@ |
| } |
| void AutocompleteProvider::DeleteMatch(const AutocompleteMatch& match) { |
| + DLOG(WARNING) << "The AutocompleteProvider '" |
| + << name() |
|
Peter Kasting
2011/10/05 00:11:42
Nit: Also acceptable to put this on the end of the
mrossetti
2011/10/07 17:04:14
Done.
|
| + << "' has not implemented DeleteMatch."; |
| } |
| AutocompleteProvider::~AutocompleteProvider() { |