| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index fc307782752e5fab8560b6389581422f4b5bc19c..784857a64f074ea52fdfc83b16991fef91ad7d39 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<
|
|
|