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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 1212403004: Make sure content area is focused when signin-view bubble is opened. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use kViewClassName instead of string literal. Created 5 years, 6 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/views/profiles/profile_chooser_view.h
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
index 6afe00547181bfda915c03bdc45367d15dbf75f5..b40e6af5af9d8e9edb06e87f084a1ea8e2c145b2 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -164,7 +164,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
int width);
// Creates a webview showing the gaia signin page.
- views::View* CreateGaiaSigninView();
+ views::View* CreateGaiaSigninView(views::View** signin_content_view);
// Creates a view to confirm account removal for |account_id_to_remove_|.
views::View* CreateAccountRemovalView();

Powered by Google App Engine
This is Rietveld 408576698