diff options
Diffstat (limited to 'chrome/browser/extensions/extension_tab_helper_delegate.cc')
-rw-r--r-- | chrome/browser/extensions/extension_tab_helper_delegate.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extension_tab_helper_delegate.cc b/chrome/browser/extensions/extension_tab_helper_delegate.cc index 0f6a2db..8f121e4 100644 --- a/chrome/browser/extensions/extension_tab_helper_delegate.cc +++ b/chrome/browser/extensions/extension_tab_helper_delegate.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,10 +9,9 @@ ExtensionTabHelperDelegate::~ExtensionTabHelperDelegate() { // Notification when an application programmatically requests installation. void ExtensionTabHelperDelegate::OnInstallApplication( - TabContentsWrapper* source, - const WebApplicationInfo& app_info) { + TabContents* source, const WebApplicationInfo& app_info) { } void ExtensionTabHelperDelegate::OnDidGetApplicationInfo( - TabContentsWrapper* source, int32 page_id) { + TabContents* source, int32 page_id) { } |