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

Unified Diff: chrome/browser/signin/signin_manager_base.h

Issue 14367029: Introduce SigninManagerDelegate and use to eliminate CookieSettings dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 7 years, 8 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/signin/signin_manager.cc ('k') | chrome/browser/signin/signin_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_manager_base.h
diff --git a/chrome/browser/signin/signin_manager_base.h b/chrome/browser/signin/signin_manager_base.h
index cca866e2df6b2d2360011935f8044e45d1627903..b10e90f5de44b42d044734ce395e52f89cc2c048 100644
--- a/chrome/browser/signin/signin_manager_base.h
+++ b/chrome/browser/signin/signin_manager_base.h
@@ -62,11 +62,6 @@ struct GoogleServiceSignoutDetails {
class SigninManagerBase : public ProfileKeyedService {
public:
- // Returns true if the cookie policy for the given profile allows cookies
- // for the Google signin domain.
- static bool AreSigninCookiesAllowed(Profile* profile);
- static bool AreSigninCookiesAllowed(CookieSettings* cookie_settings);
-
// Returns true if the username is allowed based on the policy string.
static bool IsAllowedUsername(const std::string& username,
const std::string& policy);
« no previous file with comments | « chrome/browser/signin/signin_manager.cc ('k') | chrome/browser/signin/signin_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698