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

Unified Diff: Source/modules/credentialmanager/CredentialManagerClient.h

Issue 573663002: Credential Manager: Wire up the client. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null check. Created 6 years, 3 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/modules/credentialmanager/CredentialManagerClient.h
diff --git a/Source/modules/credentialmanager/CredentialManagerClient.h b/Source/modules/credentialmanager/CredentialManagerClient.h
index 4cc652c4e6261d5386f9182cccd65e3c9188a158..533463890fcea0abed77a8a776533f8550ac2e23 100644
--- a/Source/modules/credentialmanager/CredentialManagerClient.h
+++ b/Source/modules/credentialmanager/CredentialManagerClient.h
@@ -11,6 +11,7 @@
namespace blink {
+class ExecutionContext;
class KURL;
class Page;
class WebCredential;
@@ -26,6 +27,7 @@ public:
static const char* supplementName();
static CredentialManagerClient* from(Page*);
+ static CredentialManagerClient* from(ExecutionContext*);
// Ownership of the callback is transferred to the callee for each of
// the following methods.
« no previous file with comments | « Source/modules/credentialmanager/Credential.h ('k') | Source/modules/credentialmanager/CredentialManagerClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698