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

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

Issue 10805020: Kill DownloadItem::IsOtr() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 4 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
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index 8e1d9042a608de219c4e4f37242db7d0ca7a4aa7..29c730c9008980e3fb7fb9f30ad5c943004cdc86 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -1092,7 +1092,8 @@ class AutomationProviderDownloadUpdatedObserver
AutomationProviderDownloadUpdatedObserver(
AutomationProvider* provider,
IPC::Message* reply_message,
- bool wait_for_open);
+ bool wait_for_open,
+ bool incognito);
virtual ~AutomationProviderDownloadUpdatedObserver();
virtual void OnDownloadUpdated(content::DownloadItem* download);
@@ -1102,6 +1103,7 @@ class AutomationProviderDownloadUpdatedObserver
base::WeakPtr<AutomationProvider> provider_;
scoped_ptr<IPC::Message> reply_message_;
bool wait_for_open_;
+ bool incognito_;
DISALLOW_COPY_AND_ASSIGN(AutomationProviderDownloadUpdatedObserver);
};

Powered by Google App Engine
This is Rietveld 408576698