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