| Index: chrome/browser/ui/webui/signin/signin_utils.h
|
| diff --git a/chrome/browser/ui/webui/signin/signin_utils.h b/chrome/browser/ui/webui/signin/signin_utils.h
|
| index fbb1da55c63edc7c3ac054f45399f6d203ef761d..6a05e7d504854f92705b3355c097898e5b16a312 100644
|
| --- a/chrome/browser/ui/webui/signin/signin_utils.h
|
| +++ b/chrome/browser/ui/webui/signin/signin_utils.h
|
| @@ -34,7 +34,8 @@ Browser* GetDesktopBrowser(content::WebUI* web_ui);
|
|
|
| // Sets the height of the WebUI modal dialog after its initialization. This is
|
| // needed to better accomodate different locales' text heights.
|
| -void SetInitializedModalHeight(content::WebUI* web_ui,
|
| +void SetInitializedModalHeight(Browser* browser,
|
| + content::WebUI* web_ui,
|
| const base::ListValue* args);
|
|
|
| // Return true if force signin is enabled by group policy.
|
|
|