Chromium Code Reviews| Index: chrome/common/chrome_notification_types.h |
| =================================================================== |
| --- chrome/common/chrome_notification_types.h (revision 131423) |
| +++ chrome/common/chrome_notification_types.h (working copy) |
| @@ -206,14 +206,14 @@ |
| // HistoryService. |
| NOTIFICATION_HISTORY_LOADED, |
| - // Sent when a URL that has been typed has been added or modified. This is |
| - // used by the in-memory URL database (used by autocomplete) to track |
| + // Sent when a URL has been added or modified. This is used by the in-memory |
| + // URL database and the InMemoruURLIndex (both used by autocomplete) to track |
|
Peter Kasting
2012/04/10 02:18:57
Nit: typo
mrossetti
2012/04/11 19:38:55
Done.
|
| // changes to the main history system. |
| // |
| // The source is the profile owning the history service that changed, and |
| // the details is history::URLsModifiedDetails that lists the modified or |
| // added URLs. |
| - NOTIFICATION_HISTORY_TYPED_URLS_MODIFIED, |
| + NOTIFICATION_HISTORY_URLS_MODIFIED, |
| // Sent when the user visits a URL. |
| // |