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

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

Issue 1706193002: Expose final download URL (actual url after redirects) in the extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « no previous file | chrome/browser/download/download_query.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_query.h
diff --git a/chrome/browser/download/download_query.h b/chrome/browser/download/download_query.h
index b88f3bdebd9353b471ee7b880f4071d95bd4ce43..4f8a25362e33da9dcaa2b62cae2eb76e0b190d0d 100644
--- a/chrome/browser/download/download_query.h
+++ b/chrome/browser/download/download_query.h
@@ -69,6 +69,8 @@ class DownloadQuery {
FILTER_TOTAL_BYTES, // double
FILTER_TOTAL_BYTES_GREATER, // double
FILTER_TOTAL_BYTES_LESS, // double
+ FILTER_ORIGINAL_URL, // string
+ FILTER_ORIGINAL_URL_REGEX, // string
FILTER_URL, // string
FILTER_URL_REGEX, // string
};
@@ -85,6 +87,7 @@ class DownloadQuery {
SORT_START_TIME,
SORT_STATE,
SORT_TOTAL_BYTES,
+ SORT_ORIGINAL_URL,
SORT_URL,
};
« no previous file with comments | « no previous file | chrome/browser/download/download_query.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698