| Index: chrome/browser/ui/webui/options/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| index 033a51b16756b13732a34a78e33a3cd588126661..0c65c886ea4dd38974e0f89c2597059f3c4b72bf 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -76,9 +76,11 @@ class BrowserOptionsHandler
|
| virtual void OnStateChanged() OVERRIDE;
|
|
|
| // SigninManagerBase::Observer implementation.
|
| - virtual void GoogleSigninSucceeded(const std::string& username,
|
| + virtual void GoogleSigninSucceeded(const std::string& account_id,
|
| + const std::string& username,
|
| const std::string& password) OVERRIDE;
|
| - virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
|
| + virtual void GoogleSignedOut(const std::string& account_id,
|
| + const std::string& username) OVERRIDE;
|
|
|
| // ShellIntegration::DefaultWebClientObserver implementation.
|
| virtual void SetDefaultWebClientUIState(
|
|
|