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

Unified Diff: content/child/request_info.h

Issue 786423002: Get rid of net::DO_NOT_PROMPT_FOR_LOGIN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete flag from iOS code Created 5 years, 11 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/renderer_host/render_message_filter.cc ('k') | content/child/request_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_info.h
diff --git a/content/child/request_info.h b/content/child/request_info.h
index b26e8744693c10ccd79ec3c647e46413014bfba9..feb34375fab8993baca32862cc165b6d996dc1b5 100644
--- a/content/child/request_info.h
+++ b/content/child/request_info.h
@@ -96,6 +96,10 @@ struct CONTENT_EXPORT RequestInfo {
// True if upload progress should be available.
bool enable_upload_progress;
+ // True if login prompts for this request should be supressed. Cached
+ // credentials or default credentials may still be used for authentication.
+ bool do_not_prompt_for_login;
+
// Extra data associated with this request. We do not own this pointer.
blink::WebURLRequest::ExtraData* extra_data;
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/child/request_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698