| Index: chrome/browser/ui/search/instant_tab.h
|
| diff --git a/chrome/browser/ui/search/instant_tab.h b/chrome/browser/ui/search/instant_tab.h
|
| index 68ea1368b054680b8ab35fba8e1dde058467857a..91035d95468e1e9233caaadd934b030fd0985e95 100644
|
| --- a/chrome/browser/ui/search/instant_tab.h
|
| +++ b/chrome/browser/ui/search/instant_tab.h
|
| @@ -16,8 +16,8 @@ namespace content {
|
| class WebContents;
|
| }
|
|
|
| -// InstantTab is used to exchange messages with a page that implements the
|
| -// Instant/Embedded Search API (http://dev.chromium.org/embeddedsearch).
|
| +// InstantTab is instantiated by InstantController for the current tab if it
|
| +// is a New Tab page.
|
| class InstantTab : public content::WebContentsObserver {
|
| public:
|
| // InstantTab calls its delegate in response to messages received from the
|
|
|