summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r--chrome/browser/automation/automation_provider.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index bdd1c87..0997653 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -75,16 +75,8 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
// navigation observer is returned. This object should NOT be deleted and
// should be released by calling the corresponding
// RemoveNavigationStatusListener method.
- // The template argument NavigationCodeType facilitate the creation of the
- // approriate NavigationNotificationObserver instance, which subscribes to
- // the events published by the NotificationService and sends out a response
- // to the IPC message.
- template<class NavigationCodeType>
NotificationObserver* AddNavigationStatusListener(
- NavigationController* tab, IPC::Message* reply_message,
- NavigationCodeType success_code,
- NavigationCodeType auth_needed_code,
- NavigationCodeType failed_code);
+ NavigationController* tab, IPC::Message* reply_message);
void RemoveNavigationStatusListener(NotificationObserver* obs);