Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / sync / profile_signin_confirmation_dialog_views.h
index a00335d..31e263a 100644 (file)
@@ -39,7 +39,6 @@ class ProfileSigninConfirmationDialogViews : public views::DialogDelegateView,
  private:
   ProfileSigninConfirmationDialogViews(
       Browser* browser,
-      Profile* profile,
       const std::string& username,
       ui::ProfileSigninConfirmationDelegate* delegate);
   virtual ~ProfileSigninConfirmationDialogViews();
@@ -75,9 +74,6 @@ class ProfileSigninConfirmationDialogViews : public views::DialogDelegateView,
   // Weak ptr to parent view.
   Browser* browser_;
 
-  // The profile being signed in.
-  Profile* profile_;
-
   // The GAIA username being signed in.
   std::string username_;