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

Unified Diff: chrome/browser/ui/sync/inline_login_dialog.cc

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/sync/inline_login_dialog.cc
diff --git a/chrome/browser/ui/sync/inline_login_dialog.cc b/chrome/browser/ui/sync/inline_login_dialog.cc
index 23e5e30b2412a87c10b7cce03235258e401b2de1..555cdbbb47431a6ccc494ca4119621f490f2c0a1 100644
--- a/chrome/browser/ui/sync/inline_login_dialog.cc
+++ b/chrome/browser/ui/sync/inline_login_dialog.cc
@@ -12,11 +12,10 @@
// static
void InlineLoginDialog::Show(Profile* profile) {
- chrome::ShowWebDialog(NULL, profile, new InlineLoginDialog(profile));
+ chrome::ShowWebDialog(NULL, profile, new InlineLoginDialog());
}
-InlineLoginDialog::InlineLoginDialog(Profile* profile)
- : profile_(profile) {
+InlineLoginDialog::InlineLoginDialog() {
}
ui::ModalType InlineLoginDialog::GetDialogModalType() const {
« no previous file with comments | « chrome/browser/ui/sync/inline_login_dialog.h ('k') | chrome/browser/ui/sync/one_click_signin_sync_starter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698