Index: chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc |
=================================================================== |
--- chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc (revision 80315) |
+++ chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc (working copy) |
@@ -6,3 +6,13 @@ |
TabContentsWrapperDelegate::~TabContentsWrapperDelegate() { |
} |
+ |
+// Notification when an application programmatically requests installation. |
+void TabContentsWrapperDelegate::OnInstallApplication( |
+ TabContentsWrapper* source, |
+ const WebApplicationInfo& app_info) { |
+} |
+ |
+void TabContentsWrapperDelegate::OnDidGetApplicationInfo( |
+ TabContentsWrapper* source, int32 page_id) { |
+} |