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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl.html

Issue 2749153005: Make CredentialsContainer#get argument options optional to match the spec (Closed)
Patch Set: Update credentialmanager/idl.html tests after the idl change Created 3 years, 9 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: third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl.html b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl.html
index 11073849f8135dbbe6c08b446f035ce37e96c9e1..8d110b27a854b392db408d9eeb758651f8bf12e0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl.html
+++ b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl.html
@@ -50,7 +50,7 @@
</script>
<script type="text/plain" id="tested">
interface CredentialsContainer {
- Promise<Credential?> get(CredentialRequestOptions options);
+ Promise<Credential> get(optional CredentialRequestOptions options);
Promise<Credential> store(Credential credential);
Promise<void> requireUserMediation();
};

Powered by Google App Engine
This is Rietveld 408576698