| Index: chrome/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| index 63ef115a66c5552bebd339d5831eacd62b473746..dc3528066af5fa8bc1472c62b7feef7440c81150 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| @@ -28,6 +28,7 @@ namespace history {
|
| class HistoryAddPageArgs;
|
| }
|
|
|
| +struct ContextMenuParams;
|
| class DownloadItem;
|
| class ExtensionFunctionDispatcher;
|
| class GURL;
|
| @@ -38,7 +39,6 @@ class RenderViewHost;
|
| class TabContents;
|
| class TemplateURL;
|
| class TemplateURLModel;
|
| -struct ContextMenuParams;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
| // TabContents and to provide necessary functionality.
|
| @@ -281,7 +281,7 @@ class TabContentsDelegate : public AutomationResourceRoutingDelegate {
|
| const history::HistoryAddPageArgs& add_page_args,
|
| NavigationType::Type navigation_type);
|
|
|
| - // Notification when web app info data is available
|
| + // Notification that a user's request to install an application has completed.
|
| virtual void OnDidGetApplicationInfo(TabContents* tab_contents,
|
| int32 page_id);
|
|
|
|
|