Chromium Code Reviews| 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 2958932c832f25e4d781bb4e606e9a16cccfd897..39f69842e1b746da978d09d84390dc516141e6e5 100644 |
| --- a/components/password_manager/core/browser/password_manager_client.h |
| +++ b/components/password_manager/core/browser/password_manager_client.h |
| @@ -163,6 +163,9 @@ class PasswordManagerClient { |
| // Returns the main frame URL. |
| virtual const GURL& GetMainFrameURL(); |
| + // Whether or not "zero-click" sign-in is disabled. |
| + virtual bool IsZeroClickDisabled(); |
|
Mike West
2015/01/28 14:42:14
Added this so I can override it in the client; sin
|
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(PasswordManagerClient); |
| }; |