| Index: components/signin/core/browser/test_signin_client.h
|
| diff --git a/components/signin/core/browser/test_signin_client.h b/components/signin/core/browser/test_signin_client.h
|
| index e0a16e8b3a83d95e8284747700c121e137729f73..a81b0d8e8c57126534a901686398c91fc3b86108 100644
|
| --- a/components/signin/core/browser/test_signin_client.h
|
| +++ b/components/signin/core/browser/test_signin_client.h
|
| @@ -39,6 +39,10 @@ class TestSigninClient : public SigninClient {
|
| // Returns true.
|
| virtual bool ShouldMergeSigninCredentialsIntoCookieJar() OVERRIDE;
|
|
|
| + // Does nothing.
|
| + virtual void SetCookieChangedCallback(const CookieChangedCallback& callback)
|
| + OVERRIDE;
|
| +
|
| private:
|
| // Loads the token database.
|
| void LoadDatabase();
|
|
|