Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8443)

Unified Diff: chrome/browser/ui/webui/signin/signin_utils.h

Issue 2784823002: Reland "Use the same browser instance in the sync confirmation dialog. (Closed)
Patch Set: Rebase and fix conflicts Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_error_handler.cc ('k') | chrome/browser/ui/webui/signin/signin_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698