Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1064)

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 7277073: Support for adding save page download items into downloads history. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | chrome/browser/download/download_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698