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

Unified Diff: content/common/resource_messages.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/child/web_url_request_util.cc ('k') | content/public/browser/download_url_parameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 3abea075e2a39879e1ff1418aceb5c6c7133f5b7..a57ef1770b8f248917299f9d14bc1a7df3e46835 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -231,6 +231,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
// True if upload progress should be available for request.
IPC_STRUCT_MEMBER(bool, enable_upload_progress)
+ // True if login prompts for this request should be supressed.
+ IPC_STRUCT_MEMBER(bool, do_not_prompt_for_login)
+
// The routing id of the RenderFrame.
IPC_STRUCT_MEMBER(int, render_frame_id)
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/public/browser/download_url_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698