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

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

Issue 1814513002: Fix sizing issues in the tab modal signin flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address message handler related feedback Created 4 years, 8 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/sync_confirmation_handler.h
diff --git a/chrome/browser/ui/webui/signin/sync_confirmation_handler.h b/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
index cb3506a7030b6861d8c70afe9e32015047d76033..5047307f04464df7a588ed63778ff7e15ecb6d55 100644
--- a/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
+++ b/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
@@ -52,6 +52,11 @@ class SyncConfirmationHandler : public content::WebUIMessageHandler,
// sync settings page for configuration before starting sync.
virtual void HandleGoToSettings(const base::ListValue* args);
+ // Handles the web ui message sent when the html content is done being laid
+ // out and it's time to resize the native view hosting it to fit. |args| is
+ // a single integer value for the height the native view should resize to.
+ virtual void HandleResizeNativeView(const base::ListValue* args);
+
// Sets the profile picture shown in the dialog to the image at |url|.
virtual void SetUserImageURL(const std::string& url);

Powered by Google App Engine
This is Rietveld 408576698