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

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

Issue 10805020: Kill DownloadItem::IsOtr() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 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.h
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index b7de6515be72327d2ef037161a4233ec1dd715bd..02ae66becdec9b25ed49d67a7c12475c41b583cf 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,
+ Profile* profile);
Randy Smith (Not in Mondays) 2012/08/02 17:52:17 If you did this in response to my earlier comments
benjhayden 2012/08/13 15:08:09 Done.
protected:
friend struct content::BrowserThread::DeleteOnThread<

Powered by Google App Engine
This is Rietveld 408576698