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

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

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
« no previous file with comments | « chrome/browser/ui/search/instant_tab.cc ('k') | chrome/browser/ui/sync/inline_login_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/sync/inline_login_dialog.h
diff --git a/chrome/browser/ui/sync/inline_login_dialog.h b/chrome/browser/ui/sync/inline_login_dialog.h
index 7039d9a2a17c19d9ad5e96efef25096137967eae..71c42fbf905be7deb76099de527bb451ce065864 100644
--- a/chrome/browser/ui/sync/inline_login_dialog.h
+++ b/chrome/browser/ui/sync/inline_login_dialog.h
@@ -22,7 +22,7 @@ class InlineLoginDialog : public ui::WebDialogDelegate {
static void Show(Profile* profile);
private:
- explicit InlineLoginDialog(Profile* profile);
+ InlineLoginDialog();
// ui::WebDialogDelegate overrides:
ui::ModalType GetDialogModalType() const override;
@@ -38,8 +38,6 @@ class InlineLoginDialog : public ui::WebDialogDelegate {
bool ShouldShowDialogTitle() const override;
bool HandleContextMenu(const content::ContextMenuParams& params) override;
- Profile* profile_;
-
DISALLOW_COPY_AND_ASSIGN(InlineLoginDialog);
};
« no previous file with comments | « chrome/browser/ui/search/instant_tab.cc ('k') | chrome/browser/ui/sync/inline_login_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698