| 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.
|
|
|