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

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

Issue 2920853004: [sync] Display an error when sync settings aren't confirmed (Closed)
Patch Set: fix compile Created 3 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 72fcf29c44efd4b6374e69f8dca26ee40865a4cd..dc90bac5ad7b49ab6a8dc100c5f8ec3a5602d75a 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -178,6 +178,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
views::LabelButton* sync_error_upgrade_button_;
views::LabelButton* sync_error_signin_again_button_;
views::LabelButton* sync_error_signout_button_;
+ views::LabelButton* sync_error_settings_unconfirmed_button_;
sky 2017/06/07 20:25:04 Don't you need to initialize this to null?
Patrick Noland 2017/06/08 18:47:02 Good catch. It looks like this is done in ResetVie
// Links and buttons displayed in the active profile card.
views::Link* manage_accounts_link_;

Powered by Google App Engine
This is Rietveld 408576698