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

Unified Diff: components/password_manager/core/browser/password_manager_client.h

Issue 615483002: Credential Manager: Extract browser-side IPC to a stand-alone dispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. 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
« no previous file with comments | « components/password_manager/core/browser/credential_manager_dispatcher.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/password_manager_client.h
diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h
index 9f4454642ab7ab294e0757f8fdd8472deb250215..2c49288d85942c13421fbd4db10c2c31191eb3ed 100644
--- a/components/password_manager/core/browser/password_manager_client.h
+++ b/components/password_manager/core/browser/password_manager_client.h
@@ -116,24 +116,6 @@ class PasswordManagerClient {
virtual PasswordStore::AuthorizationPromptPolicy GetAuthorizationPromptPolicy(
const autofill::PasswordForm& form);
- // Called in response to an IPC from the renderer, triggered by a page's call
- // to 'navigator.credentials.notifyFailedSignIn'.
- virtual void OnNotifyFailedSignIn(int request_id, const CredentialInfo&) {}
-
- // Called in response to an IPC from the renderer, triggered by a page's call
- // to 'navigator.credentials.notifySignedIn'.
- virtual void OnNotifySignedIn(int request_id, const CredentialInfo&) {}
-
- // Called in response to an IPC from the renderer, triggered by a page's call
- // to 'navigator.credentials.notifySignedOut'.
- virtual void OnNotifySignedOut(int request_id) {}
-
- // Called in response to an IPC from the renderer, triggered by a page's call
- // to 'navigator.credentials.request'.
- virtual void OnRequestCredential(int request_id,
- bool zero_click_only,
- const std::vector<GURL>& federations) {}
-
private:
DISALLOW_COPY_AND_ASSIGN(PasswordManagerClient);
};
« no previous file with comments | « components/password_manager/core/browser/credential_manager_dispatcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698