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

Unified Diff: chrome/browser/sync/util/user_settings.h

Issue 2124020: Remove signin and persist from gaia_authenticator. (Closed)
Patch Set: final upload Created 10 years, 7 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/engine/syncapi.cc ('k') | chrome/browser/sync/util/user_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/util/user_settings.h
diff --git a/chrome/browser/sync/util/user_settings.h b/chrome/browser/sync/util/user_settings.h
index e379cc03307394056feec2f3a8415de7b6507d1f..7bfa5712bfdee7b9541faa8aa6e35a01782ba8ad 100644
--- a/chrome/browser/sync/util/user_settings.h
+++ b/chrome/browser/sync/util/user_settings.h
@@ -13,7 +13,6 @@
#include "base/lock.h"
#include "build/build_config.h"
#include "chrome/browser/sync/util/sync_types.h"
-#include "chrome/common/net/gaia/signin.h"
extern "C" struct sqlite3;
@@ -59,10 +58,6 @@ class UserSettings {
std::string* username,
std::string* service_token);
- void RememberSigninType(const std::string& signin, gaia::SignIn signin_type);
- gaia::SignIn RecallSigninType(const std::string& signin,
- gaia::SignIn default_type);
-
void RemoveAllGuestSettings();
void StoreEmailForSignin(const std::string& signin,
« no previous file with comments | « chrome/browser/sync/engine/syncapi.cc ('k') | chrome/browser/sync/util/user_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698