Index: chrome/browser/automation/automation_provider_observers.h |
=================================================================== |
--- chrome/browser/automation/automation_provider_observers.h (revision 94123) |
+++ chrome/browser/automation/automation_provider_observers.h (working copy) |
@@ -1205,7 +1205,7 @@ |
// Allows the automation provider to wait for a save package notification. |
class SavePackageNotificationObserver : public NotificationObserver { |
public: |
- SavePackageNotificationObserver(SavePackage* save_package, |
+ SavePackageNotificationObserver(DownloadManager* download_manager, |
Randy Smith (Not in Mondays)
2011/07/27 21:08:35
Why are you making this change? I don't see the m
achuithb
2011/07/28 00:45:58
Explained elsewhere
|
AutomationProvider* automation, |
IPC::Message* reply_message); |
virtual ~SavePackageNotificationObserver(); |