| Index: chrome/browser/autocomplete/autocomplete.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h
|
| index 545f75703439fe36e1dc9c39ad0bbc2de2c4e53d..ef5cf3eadc19b03d337cc89b8c7e1186c88dbf22 100644
|
| --- a/chrome/browser/autocomplete/autocomplete.h
|
| +++ b/chrome/browser/autocomplete/autocomplete.h
|
| @@ -20,6 +20,7 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "googleurl/src/url_parse.h"
|
|
|
| +// TODO(msw): Update with comment explaining experiments???
|
| // The AutocompleteController is the center of the autocomplete system. A
|
| // class creates an instance of the controller, which in turn creates a set of
|
| // AutocompleteProviders to serve it. The owning class can ask the controller
|
|
|