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

Unified Diff: content/browser/download/save_types.h

Issue 2075273002: Resource requests from Save-Page-As should go through CanRequestURL checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace MarkAsUnauthorized with constructor argument. 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 | « content/browser/download/save_package.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_types.h
diff --git a/content/browser/download/save_types.h b/content/browser/download/save_types.h
index c9732692631aef9af530ccfb1611b83a9297977d..e8076d275407163b91c50b5313a48646788f960d 100644
--- a/content/browser/download/save_types.h
+++ b/content/browser/download/save_types.h
@@ -39,9 +39,6 @@ struct SaveFileCreateInfo {
// This type indicates the save item needs to be retrieved from serializing
// DOM.
SAVE_FILE_FROM_DOM,
- // This type indicates the save item needs to be retrieved from local file
- // system.
- SAVE_FILE_FROM_FILE
};
// Constructor for SAVE_FILE_FROM_DOM and/or SAVE_FILE_FROM_FILE.
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698