Index: chrome/browser/automation/automation_provider.h |
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h |
index b7de6515be72327d2ef037161a4233ec1dd715bd..5bdb83c1a8d845501926b190ab4004606abdcec8 100644 |
--- a/chrome/browser/automation/automation_provider.h |
+++ b/chrome/browser/automation/automation_provider.h |
@@ -156,7 +156,8 @@ class AutomationProvider |
// Get the DictionaryValue equivalent for a download item. Caller owns the |
// DictionaryValue. |
base::DictionaryValue* GetDictionaryFromDownloadItem( |
- const content::DownloadItem* download); |
+ const content::DownloadItem* download, |
+ bool incognito); |
protected: |
friend struct content::BrowserThread::DeleteOnThread< |