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

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

Issue 2267013002: [MD User Menu] New way to handle supervised user auth error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments Created 4 years, 4 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 11682346cfac0e420af62ab4463071bc0c2d6bae..142571ae3db02e9fbc354e5430f3a1e24eb41865 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -213,9 +213,6 @@ class ProfileChooserView : public content::WebContentsDelegate,
// Creates a header for signin and sync error surfacing for the user menu.
views::View* CreateSyncErrorViewIfNeeded();
- views::View* CreateSyncErrorView(const int content_string_id,
- const int button_string_id,
- views::LabelButton** button_out);
// Create a view that shows various options for an upgrade user who is not
// the same person as the currently signed in user.

Powered by Google App Engine
This is Rietveld 408576698