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

Unified Diff: chrome/browser/download/download_extension_api.h

Issue 9425014: Fix most of the downloads api in incognito profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 8 years, 8 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/download/download_extension_api.h
diff --git a/chrome/browser/download/download_extension_api.h b/chrome/browser/download/download_extension_api.h
index 8eba05e62ec8120fef992d09b576f50038d7bc15..cc9bfe33f46b50ffece016f080d369426fb15c13 100644
--- a/chrome/browser/download/download_extension_api.h
+++ b/chrome/browser/download/download_extension_api.h
@@ -173,6 +173,8 @@ class DownloadsSearchFunction : public SyncDownloadsFunction {
bool ParseOrderBy(const base::Value& order_by_value);
scoped_ptr<DownloadQuery> query_;
+ bool include_on_the_record_;
+ bool include_incognito_;
int get_id_;
bool has_get_id_;
« no previous file with comments | « no previous file | chrome/browser/download/download_extension_api.cc » ('j') | chrome/browser/download/download_extension_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698