| Index: chrome/browser/automation/testing_automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.cc (revision 95268)
|
| +++ chrome/browser/automation/testing_automation_provider.cc (working copy)
|
| @@ -3528,7 +3528,7 @@
|
| }
|
| // The observer will delete itself when done.
|
| new SavePackageNotificationObserver(
|
| - tab_contents->save_package(), this, reply_message);
|
| + browser->profile()->GetDownloadManager(), this, reply_message);
|
| }
|
|
|
| // Refer to ImportSettings() in chrome/test/pyautolib/pyauto.py for sample
|
|
|