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

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: Created 4 years, 10 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') | chrome/browser/download/download_query.cc » ('J')
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 980e53110b4879a67d3476be3aeea657b85f3ebf..2970011068010fa1bbd2d64e1d74e536b18552cc 100644
--- a/chrome/browser/download/download_query.h
+++ b/chrome/browser/download/download_query.h
@@ -71,6 +71,8 @@ class DownloadQuery {
FILTER_TOTAL_BYTES_LESS, // int
FILTER_URL, // string
FILTER_URL_REGEX, // string
+ FILTER_FINAL_URL, // string
+ FILTER_FINAL_URL_REGEX, // string
};
enum SortType {
@@ -86,6 +88,7 @@ class DownloadQuery {
SORT_STATE,
SORT_TOTAL_BYTES,
SORT_URL,
+ SORT_FINAL_URL,
};
enum SortDirection {
« no previous file with comments | « no previous file | chrome/browser/download/download_query.cc » ('j') | chrome/browser/download/download_query.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698