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

Unified Diff: chrome/browser/ui/autologin_infobar_delegate.h

Issue 7562006: Move preferences registering to backend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused include. Created 9 years, 5 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/sync/signin_manager.cc ('k') | chrome/browser/ui/autologin_infobar_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autologin_infobar_delegate.h
diff --git a/chrome/browser/ui/autologin_infobar_delegate.h b/chrome/browser/ui/autologin_infobar_delegate.h
index 2f4de073eef11981d3d97839311563c9b2294b3f..3fa589f0593e08bcda91d77c17f3affee69354ce 100644
--- a/chrome/browser/ui/autologin_infobar_delegate.h
+++ b/chrome/browser/ui/autologin_infobar_delegate.h
@@ -28,9 +28,6 @@ class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate,
virtual ~AutoLoginInfoBarDelegate();
- // Register preferences used by auto-login feature.
- static void RegisterUserPrefs(PrefService* user_prefs);
-
// Looks for the X-Auto-Login response header in the request, and if found,
// displays an infobar in the tab contents identified by the child/route id
// if possible.
« no previous file with comments | « chrome/browser/sync/signin_manager.cc ('k') | chrome/browser/ui/autologin_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698