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

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

Issue 2275883003: [Signin Error Dialog] (2/3) Added handlers and UI constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@error-modal-web
Patch Set: Final nit from tommycli 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/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 36555df74ec68192cdd4f4a30a3dc91fdfadd0ec..3503f9b4a5a4b92a698e84b0119f4c4571acbf49 100644
--- a/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
+++ b/chrome/browser/ui/webui/signin/sync_confirmation_handler.h
@@ -55,8 +55,6 @@ class SyncConfirmationHandler : public content::WebUIMessageHandler,
// Sets the profile picture shown in the dialog to the image at |url|.
virtual void SetUserImageURL(const std::string& url);
- Browser* GetDesktopBrowser();
-
// Closes the modal signin window and calls
// LoginUIService::SyncConfirmationUIClosed with |result|. |result| indicates
// the option chosen by the user in the confirmation UI.
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_utils.cc ('k') | chrome/browser/ui/webui/signin/sync_confirmation_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698