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

Unified Diff: Source/core/platform/network/ResourceHandleTypes.h

Issue 14557011: Fix problems with cross-origin redirects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: Source/core/platform/network/ResourceHandleTypes.h
diff --git a/Source/core/platform/network/ResourceHandleTypes.h b/Source/core/platform/network/ResourceHandleTypes.h
index 870e7957d48fc53b3ab588022b4dcee00cff7873..c0bdb5024c906cf57ab03804775fbaaeb39e4c64 100644
--- a/Source/core/platform/network/ResourceHandleTypes.h
+++ b/Source/core/platform/network/ResourceHandleTypes.h
@@ -33,6 +33,11 @@ enum StoredCredentials {
DoNotAllowStoredCredentials
abarth-chromium 2013/05/09 04:22:06 For example, AllowStoredCredentialsWhileSameOrigin
Ken Russell (switch to Gerrit) 2013/05/09 23:50:02 It should be a separate enum. There are multiple A
};
+enum CredentialRequest {
+ ClientRequestedCredentials,
+ ClientDidNotRequestCredentials
+};
+
} // namespace WebCore
#endif // ResourceHandleTypes_h

Powered by Google App Engine
This is Rietveld 408576698